Package com.mypurecloud.sdk.v2.model
Class GoogleBusinessProfileOpenIntegration
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileOpenIntegration
- All Implemented Interfaces:
Serializable
GoogleBusinessProfileOpenIntegration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of asynchronous create operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGoogle Business Profile account accessible with the authorization tokencreatedBy(DomainEntityRef createdBy) User reference that created this IntegrationdateCreated(Date dateCreated) Date this Integration was created.dateModified(Date dateModified) Date this Integration was last modified.booleangetId()getName()getToken()inthashCode()messagingSetting(MessagingSettingReference messagingSetting) modifiedBy(DomainEntityRef modifiedBy) User reference that last modified this IntegrationThe name of the Google Business Profile Open Integration.voidvoidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetMessagingSetting(MessagingSettingReference messagingSetting) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidvoidsetSupportedContent(SupportedContentReference supportedContent) voidsetToken(GoogleAuthTokenReference token) The status of the Google Business Profile Open IntegrationsupportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoken(GoogleAuthTokenReference token) Google OAuth 2 access token reference.toString()
-
Constructor Details
-
GoogleBusinessProfileOpenIntegration
public GoogleBusinessProfileOpenIntegration() -
GoogleBusinessProfileOpenIntegration
-
-
Method Details
-
getId
-
name
The name of the Google Business Profile Open Integration. -
getName
-
setName
-
supportedContent
public GoogleBusinessProfileOpenIntegration supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
public GoogleBusinessProfileOpenIntegration messagingSetting(MessagingSettingReference messagingSetting) -
getMessagingSetting
-
setMessagingSetting
-
status
The status of the Google Business Profile Open Integration -
getStatus
-
setStatus
-
getRecipient
-
dateCreated
Date this Integration was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date this Integration was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
createdBy
User reference that created this Integration -
getCreatedBy
-
setCreatedBy
-
modifiedBy
User reference that last modified this Integration -
getModifiedBy
-
setModifiedBy
-
getCreateStatus
-
getCreateError
-
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
Google Business Profile account accessible with the authorization token -
getAccount
-
setAccount
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-