|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.social.Social
public class Social
This class Manage the response which comes from App42 server and set, get values from the response.
Field Summary | |
---|---|
java.lang.String |
facebookAccessToken
|
java.lang.String |
facebookAppId
|
java.lang.String |
facebookAppSecret
|
java.lang.String |
linkedinAccessToken
|
java.lang.String |
linkedinAccessTokenSecret
|
java.lang.String |
linkedinApiKey
|
java.lang.String |
linkedinSecretKey
|
java.lang.String |
status
|
java.lang.String |
twitterAccessToken
|
java.lang.String |
twitterAccessTokenSecret
|
java.lang.String |
twitterConsumerKey
|
java.lang.String |
twitterConsumerSecret
|
java.lang.String |
userName
|
Constructor Summary | |
---|---|
Social()
|
Method Summary | |
---|---|
java.lang.String |
getFacebookAccessToken()
Returns the access token for the Facebook. |
java.lang.String |
getFacebookAppId()
Returns the app id for the Facebook. |
java.lang.String |
getFacebookAppSecret()
Returns the app secret for the Facebook. |
java.lang.String |
getLinkedinAccessToken()
Returns the access token for the LinkedIn. |
java.lang.String |
getLinkedinAccessTokenSecret()
Returns the access token secret for the LinkedIn. |
java.lang.String |
getLinkedinApiKey()
Returns the api key for the LinkedIn. |
java.lang.String |
getLinkedinSecretKey()
Returns the secret key for the LinkedIn. |
java.lang.String |
getStatus()
Returns the status for the social. |
java.lang.String |
getTwitterAccessToken()
Returns the access token for the Twitter. |
java.lang.String |
getTwitterAccessTokenSecret()
Returns the access token secret for the Twitter. |
java.lang.String |
getTwitterConsumerKey()
Returns the consumer key for the Twitter. |
java.lang.String |
getTwitterConsumerSecret()
Returns the consumer secret key for the Twitter. |
java.lang.String |
getUserName()
Returns the user name for the social. |
void |
setFacebookAccessToken(java.lang.String facebookAccessToken)
Sets the access token for the Facebook. |
void |
setFacebookAppId(java.lang.String facebookAppId)
Sets the app id for the Facebook. |
void |
setFacebookAppSecret(java.lang.String facebookAppSecret)
Sets the app secret for the Facebook. |
void |
setLinkedinAccessToken(java.lang.String linkedinAccessToken)
Sets the access token for the LinkedIn. |
void |
setLinkedinAccessTokenSecret(java.lang.String linkedinAccessTokenSecret)
Sets the access token secret for the LinkedIn. |
void |
setLinkedinApiKey(java.lang.String linkedinApiKey)
Sets the api key for the LinkedIn. |
void |
setLinkedinSecretKey(java.lang.String linkedinSecretKey)
Sets the secret key for the LinkedIn. |
void |
setStatus(java.lang.String status)
Sets the status for the social. |
void |
setTwitterAccessToken(java.lang.String twitterAccessToken)
Sets the access token for the Twitter. |
void |
setTwitterAccessTokenSecret(java.lang.String twitterAccessTokenSecret)
Sets the access token secret for the Twitter. |
void |
setTwitterConsumerKey(java.lang.String twitterConsumerKey)
Sets the consumer key for the Twitter. |
void |
setTwitterConsumerSecret(java.lang.String twitterConsumerSecret)
Sets the consumer secret key for the Twitter. |
void |
setUserName(java.lang.String userName)
Sets the user name for the social. |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String facebookAccessToken
public java.lang.String facebookAppId
public java.lang.String facebookAppSecret
public java.lang.String linkedinAccessToken
public java.lang.String linkedinAccessTokenSecret
public java.lang.String linkedinApiKey
public java.lang.String linkedinSecretKey
public java.lang.String status
public java.lang.String twitterAccessToken
public java.lang.String twitterAccessTokenSecret
public java.lang.String twitterConsumerKey
public java.lang.String twitterConsumerSecret
public java.lang.String userName
Constructor Detail |
---|
public Social()
Method Detail |
---|
public java.lang.String getFacebookAccessToken()
public java.lang.String getFacebookAppId()
public java.lang.String getFacebookAppSecret()
public java.lang.String getLinkedinAccessToken()
public java.lang.String getLinkedinAccessTokenSecret()
public java.lang.String getLinkedinApiKey()
public java.lang.String getLinkedinSecretKey()
public java.lang.String getStatus()
public java.lang.String getTwitterAccessToken()
public java.lang.String getTwitterAccessTokenSecret()
public java.lang.String getTwitterConsumerKey()
public java.lang.String getTwitterConsumerSecret()
public java.lang.String getUserName()
public void setFacebookAccessToken(java.lang.String facebookAccessToken)
facebookAccessToken
- - Facebook Access Token that has been received after
authorizationpublic void setFacebookAppId(java.lang.String facebookAppId)
facebookAppId
- - App id for linking to the facebook accountpublic void setFacebookAppSecret(java.lang.String facebookAppSecret)
facebookAppSecret
- - App secret for linking to the facebook accountpublic void setLinkedinAccessToken(java.lang.String linkedinAccessToken)
linkedinAccessToken
- - LinkedIn Access Token that has been received after
authorizationpublic void setLinkedinAccessTokenSecret(java.lang.String linkedinAccessTokenSecret)
linkedinAccessTokenSecret
- - LinkedIn Access Token Secret that has been received after
authorizationpublic void setLinkedinApiKey(java.lang.String linkedinApiKey)
linkedinApiKey
- - Api key for linking to the linkedIn accountpublic void setLinkedinSecretKey(java.lang.String linkedinSecretKey)
linkedinSecretKey
- - Secret key for linking to the linkedIn accountpublic void setStatus(java.lang.String status)
userName
- - Status for the social account which has to be updatedpublic void setTwitterAccessToken(java.lang.String twitterAccessToken)
twitterAccessToken
- - Twitter Access Token that has been received after
authorizationpublic void setTwitterAccessTokenSecret(java.lang.String twitterAccessTokenSecret)
twitterAccessTokenSecret
- - Twitter Access Token Secret that has been received after
authorizationpublic void setTwitterConsumerKey(java.lang.String twitterConsumerKey)
twitterConsumerKey
- - Consumer key for linking to the twitter accountpublic void setTwitterConsumerSecret(java.lang.String twitterConsumerSecret)
twitterConsumerSecret
- - Consumer secret for linking to the twitter accountpublic void setUserName(java.lang.String userName)
userName
- - Name of the user whose social account to be linked
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |