Package com.mypurecloud.sdk.v2.model
Class GoogleBusinessProfileOpenIntegrationUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileOpenIntegrationUpdateRequest
- All Implemented Interfaces:
Serializable
public class GoogleBusinessProfileOpenIntegrationUpdateRequest
extends Object
implements Serializable
GoogleBusinessProfileOpenIntegrationUpdateRequest
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleBusinessProfileOpenIntegrationUpdateRequest(Boolean initWithEmptyList) -
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
-
GoogleBusinessProfileOpenIntegrationUpdateRequest
public GoogleBusinessProfileOpenIntegrationUpdateRequest() -
GoogleBusinessProfileOpenIntegrationUpdateRequest
-
-
Method Details
-
getId
-
name
The name of the Google Business Profile Open Integration. -
getName
-
setName
-
supportedContent
public GoogleBusinessProfileOpenIntegrationUpdateRequest supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
public GoogleBusinessProfileOpenIntegrationUpdateRequest 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 GoogleBusinessProfileOpenIntegrationUpdateRequest account(GoogleBusinessProfileAccountReference account) Google Business Profile account accessible with the authorization token -
getAccount
-
setAccount
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-