Package com.mypurecloud.sdk.v2.model
Class TwitterSignupOAuthSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterSignupOAuthSettings
- All Implemented Interfaces:
Serializable
TwitterSignupOAuthSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe app id of the twitter app the requesting org will use to signupThe client id of the twitter app the requesting org will use to signupbooleangetAppId()inthashCode()The scopes/permissions requested during the signup process during the signup process to allow their future integrations to direct messagevoidvoidsetClientId(String clientId) voidtoString()
-
Constructor Details
-
TwitterSignupOAuthSettings
public TwitterSignupOAuthSettings() -
TwitterSignupOAuthSettings
-
-
Method Details
-
clientId
The client id of the twitter app the requesting org will use to signup -
getClientId
-
setClientId
-
scopes
The scopes/permissions requested during the signup process during the signup process to allow their future integrations to direct message -
getScopes
-
setScopes
-
appId
The app id of the twitter app the requesting org will use to signup -
getAppId
-
setAppId
-
equals
-
hashCode
public int hashCode() -
toString
-