Package com.mypurecloud.sdk.v2.model
Class TwitterIntegration
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterIntegration
- All Implemented Interfaces:
Serializable
TwitterIntegration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of asynchronous create operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(DomainEntityRef createdBy) User reference that created this IntegrationdateCreated(Date dateCreated) Date this Integration was created.dateModified(Date dateModified) Date this Integration was modified.booleangetId()getName()inthashCode()messagingSetting(MessagingSettingReference messagingSetting) modifiedBy(DomainEntityRef modifiedBy) User reference that last modified this IntegrationThe name of the Twitter IntegrationvoidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetMessagingSetting(MessagingSettingReference messagingSetting) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidvoidsetSupportedContent(SupportedContentReference supportedContent) voidsetVersion(Integer version) The status of the Twitter IntegrationsupportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoString()Version number required for updates
-
Constructor Details
-
TwitterIntegration
public TwitterIntegration() -
TwitterIntegration
-
-
Method Details
-
getId
-
name
The name of the Twitter Integration -
getName
-
setName
-
supportedContent
Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
-
getMessagingSetting
-
setMessagingSetting
-
status
The status of the Twitter 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
-