Package com.mypurecloud.sdk.v2.model
Class TwitterOAuthSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterOAuthSettings
- All Implemented Interfaces:
Serializable
TwitterOAuthSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe client id of the twitter app the requesting org will use to signupbooleaninthashCode()The scopes/permissions requested during the signup process during the signup process to allow their future integrations to direct messagevoidsetClientId(String clientId) voidtoString()
-
Constructor Details
-
TwitterOAuthSettings
public TwitterOAuthSettings() -
TwitterOAuthSettings
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-