Package com.mypurecloud.sdk.v2.model
Class FacebookIntegration
java.lang.Object
com.mypurecloud.sdk.v2.model.FacebookIntegration
- All Implemented Interfaces:
Serializable
FacebookIntegration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of asynchronous create operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe App Id from Facebook messengercreatedBy(DomainEntityRef createdBy) User reference that created this IntegrationdateCreated(Date dateCreated) Date this Integration was created.dateModified(Date dateModified) Date this Integration was modified.booleangetAppId()getId()getName()inthashCode()messagingSetting(MessagingSettingReference messagingSetting) modifiedBy(DomainEntityRef modifiedBy) User reference that last modified this IntegrationThe name of the Facebook IntegrationThe Page Id from Facebook messengervoidvoidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetMessagingSetting(MessagingSettingReference messagingSetting) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidvoidvoidsetSupportedContent(SupportedContentReference supportedContent) voidsetVersion(Integer version) The status of the Facebook IntegrationsupportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoString()Version number required for updates.
-
Constructor Details
-
FacebookIntegration
public FacebookIntegration() -
FacebookIntegration
-
-
Method Details
-
getId
-
name
The name of the Facebook Integration -
getName
-
setName
-
supportedContent
Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
-
getMessagingSetting
-
setMessagingSetting
-
appId
The App Id from Facebook messenger -
getAppId
-
setAppId
-
pageId
The Page Id from Facebook messenger -
getPageId
-
setPageId
-
getPageName
-
getPageProfileImageUrl
-
status
The status of the Facebook 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 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
-
version
Version number required for updates. -
getVersion
-
setVersion
-
getCreateStatus
-
getCreateError
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-