Package com.mypurecloud.sdk.v2.model
Class TwitterIntegrationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterIntegrationRequest
- All Implemented Interfaces:
Serializable
TwitterIntegrationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe appId of the Twitter app to register the integration oncodeChallenge(String codeChallenge) The codeChallenge used during the signup flowbooleangetAppId()getId()getName()inthashCode()messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integrationThe name of the Twitter IntegrationredirectUri(String redirectUri) The redirectUri used during the signup flowvoidvoidsetCodeChallenge(String codeChallenge) voidsetMessagingSetting(MessagingSettingRequestReference messagingSetting) voidvoidsetRedirectUri(String redirectUri) voidsetSignupCode(String signupCode) voidsetSupportedContent(SupportedContentReference supportedContent) signupCode(String signupCode) The authorization code returned from the signup flow to request access tokens later onsupportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoString()
-
Constructor Details
-
TwitterIntegrationRequest
public TwitterIntegrationRequest() -
TwitterIntegrationRequest
-
-
Method Details
-
getId
-
name
The name of the Twitter Integration -
getName
-
setName
-
supportedContent
Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
public TwitterIntegrationRequest messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integration -
getMessagingSetting
-
setMessagingSetting
-
signupCode
The authorization code returned from the signup flow to request access tokens later on -
getSignupCode
-
setSignupCode
-
appId
The appId of the Twitter app to register the integration on -
getAppId
-
setAppId
-
codeChallenge
The codeChallenge used during the signup flow -
getCodeChallenge
-
setCodeChallenge
-
redirectUri
The redirectUri used during the signup flow -
getRedirectUri
-
setRedirectUri
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-