public interface OAuthAccount
OAuthAccount| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
Retrieves the possibly null value for the optional attribute
accessToken. |
String |
getAccessTokenSecret()
Retrieves the possibly null value for the optional attribute
accessTokenSecret. |
String |
getConsumerKey()
Retrieves the possibly null value for the optional attribute
consumerKey. |
String |
getConsumerSecret()
Retrieves the possibly null value for the optional attribute
consumerSecret. |
void |
setAccessToken(String accessToken)
Sets a new value for the attribute
accessToken. |
void |
setAccessTokenSecret(String accessTokenSecret)
Sets a new value for the attribute
accessTokenSecret. |
void |
setConsumerKey(String consumerKey)
Sets a new value for the attribute
consumerKey. |
void |
setConsumerSecret(String consumerSecret)
Sets a new value for the attribute
consumerSecret. |
String getAccessToken()
accessToken.accessToken.void setAccessToken(String accessToken)
accessToken.accessToken - The possibly null new value for attribute accessToken.String getAccessTokenSecret()
accessTokenSecret.accessTokenSecret.void setAccessTokenSecret(String accessTokenSecret)
accessTokenSecret.accessTokenSecret - The possibly null new value for attribute accessTokenSecret.String getConsumerKey()
consumerKey.consumerKey.void setConsumerKey(String consumerKey)
consumerKey.consumerKey - The possibly null new value for attribute consumerKey.String getConsumerSecret()
consumerSecret.consumerSecret.void setConsumerSecret(String consumerSecret)
consumerSecret.consumerSecret - The possibly null new value for attribute consumerSecret.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.