Package com.mypurecloud.sdk.v2.model
Class GoogleBusinessProfileOpenIntegrationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileOpenIntegrationRequest
- All Implemented Interfaces:
Serializable
GoogleBusinessProfileOpenIntegrationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGoogle Business Profile account accessible with the authorization tokenbooleangetId()getName()getToken()inthashCode()messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integrationThe name of the Google Business Profile Open Integration.voidvoidsetMessagingSetting(MessagingSettingRequestReference messagingSetting) voidvoidsetSupportedContent(SupportedContentReference supportedContent) voidsetToken(GoogleAuthTokenReference token) supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoken(GoogleAuthTokenReference token) Google OAuth 2 access token reference.toString()
-
Constructor Details
-
GoogleBusinessProfileOpenIntegrationRequest
public GoogleBusinessProfileOpenIntegrationRequest() -
GoogleBusinessProfileOpenIntegrationRequest
-
-
Method Details
-
getId
-
name
The name of the Google Business Profile Open Integration. -
getName
-
setName
-
supportedContent
public GoogleBusinessProfileOpenIntegrationRequest supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
public GoogleBusinessProfileOpenIntegrationRequest messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integration -
getMessagingSetting
-
setMessagingSetting
-
token
Google OAuth 2 access token reference. The actual token cannot be accessed via Genesys API, only referenced by this property by its ID. When the token is not referenced by any integration, it is deleted after 24 hours. -
getToken
-
setToken
-
account
public GoogleBusinessProfileOpenIntegrationRequest account(GoogleBusinessProfileAccountReference account) Google Business Profile account accessible with the authorization token -
getAccount
-
setAccount
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-