Package com.mypurecloud.sdk.v2.model
Class InstagramIntegration
java.lang.Object
com.mypurecloud.sdk.v2.model.InstagramIntegration
- All Implemented Interfaces:
Serializable
InstagramIntegration
- 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 FacebookcreatedBy(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()instagramId(String instagramId) The ID from Instagram messengerinstagramName(String instagramName) The name from Instagram messengerinstagramProfileImageUrl(String instagramProfileImageUrl) The url of the profile image from Instagram messengerinstagramUsername(String instagramUsername) The Username from Instagram messengermessagingSetting(MessagingSettingReference messagingSetting) modifiedBy(DomainEntityRef modifiedBy) User reference that last modified this IntegrationThe name of the Instagram IntegrationThe Page ID from Instagram messengervoidvoidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetInstagramId(String instagramId) voidsetInstagramName(String instagramName) voidsetInstagramProfileImageUrl(String instagramProfileImageUrl) voidsetInstagramUsername(String instagramUsername) voidsetMessagingSetting(MessagingSettingReference messagingSetting) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidvoidvoidsetSupportedContent(SupportedContentReference supportedContent) voidsetVersion(Integer version) The status of the Instagram IntegrationsupportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoString()Version number required for updates.
-
Constructor Details
-
InstagramIntegration
public InstagramIntegration() -
InstagramIntegration
-
-
Method Details
-
getId
-
name
The name of the Instagram Integration -
getName
-
setName
-
supportedContent
Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
-
getMessagingSetting
-
setMessagingSetting
-
appId
The App ID from Facebook -
getAppId
-
setAppId
-
pageId
The Page ID from Instagram messenger -
getPageId
-
setPageId
-
instagramId
The ID from Instagram messenger -
getInstagramId
-
setInstagramId
-
instagramUsername
The Username from Instagram messenger -
getInstagramUsername
-
setInstagramUsername
-
instagramName
The name from Instagram messenger -
getInstagramName
-
setInstagramName
-
instagramProfileImageUrl
The url of the profile image from Instagram messenger -
getInstagramProfileImageUrl
-
setInstagramProfileImageUrl
-
status
The status of the Instagram 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
-