Package com.mypurecloud.sdk.v2.model
Class OpenIntegrationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenIntegrationRequest
- All Implemented Interfaces:
Serializable
OpenIntegrationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for 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.voidsetMessagingSetting(MessagingSettingRequestReference messagingSetting) voidvoidsetOutboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) voidsetOutboundNotificationWebhookUrl(String outboundNotificationWebhookUrl) voidsetSupportedContent(SupportedContentReference supportedContent) voidsetWebhookHeaders(Map<String, String> webhookHeaders) supportedContent(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
-
OpenIntegrationRequest
public OpenIntegrationRequest() -
OpenIntegrationRequest
-
-
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
Defines the message settings to be applied for this integration -
getMessagingSetting
-
setMessagingSetting
-
outboundNotificationWebhookUrl
The outbound notification webhook URL for the Open messaging integration. -
getOutboundNotificationWebhookUrl
-
setOutboundNotificationWebhookUrl
-
outboundNotificationWebhookSignatureSecretToken
public OpenIntegrationRequest outboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) The outbound notification webhook signature secret token. This token must be longer than 15 characters. -
getOutboundNotificationWebhookSignatureSecretToken
-
setOutboundNotificationWebhookSignatureSecretToken
public void setOutboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) -
webhookHeaders
The user specified headers for the Open messaging integration. -
getWebhookHeaders
-
setWebhookHeaders
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-