Package com.mypurecloud.sdk.v2.model
Class OpenIntegration
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenIntegration
- All Implemented Interfaces:
Serializable
OpenIntegration
- 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 last modified.booleangetId()getName()inthashCode()messagingSetting(MessagingSettingReference messagingSetting) modifiedBy(DomainEntityRef modifiedBy) User reference that last modified this IntegrationThe name of the Open messaging integration.outboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) The outbound notification webhook signature secret token.outboundNotificationWebhookUrl(String outboundNotificationWebhookUrl) The outbound notification webhook URL for the Open messaging integration.voidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetMessagingSetting(MessagingSettingReference messagingSetting) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidsetOutboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) voidsetOutboundNotificationWebhookUrl(String outboundNotificationWebhookUrl) voidvoidsetSupportedContent(SupportedContentReference supportedContent) voidsetWebhookHeaders(Map<String, String> webhookHeaders) The status of the Open IntegrationsupportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationtoString()webhookHeaders(Map<String, String> webhookHeaders) The user specified headers for the Open messaging integration.
-
Constructor Details
-
OpenIntegration
public OpenIntegration() -
OpenIntegration
-
-
Method Details
-
getId
-
name
The name of the Open messaging integration. -
getName
-
setName
-
supportedContent
Defines the SupportedContent profile configured for an integration -
getSupportedContent
-
setSupportedContent
-
messagingSetting
-
getMessagingSetting
-
setMessagingSetting
-
outboundNotificationWebhookUrl
The outbound notification webhook URL for the Open messaging integration. -
getOutboundNotificationWebhookUrl
-
setOutboundNotificationWebhookUrl
-
outboundNotificationWebhookSignatureSecretToken
public OpenIntegration outboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) The outbound notification webhook signature secret token. -
getOutboundNotificationWebhookSignatureSecretToken
-
setOutboundNotificationWebhookSignatureSecretToken
public void setOutboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) -
webhookHeaders
The user specified headers for the Open messaging integration. -
getWebhookHeaders
-
setWebhookHeaders
-
status
The status of the 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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-