Package com.mypurecloud.sdk.v2.model
Class OpenIntegrationUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenIntegrationUpdateRequest
- All Implemented Interfaces:
Serializable
OpenIntegrationUpdateRequest
- 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
-
OpenIntegrationUpdateRequest
public OpenIntegrationUpdateRequest() -
OpenIntegrationUpdateRequest
-
-
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
public OpenIntegrationUpdateRequest messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integration -
getMessagingSetting
-
setMessagingSetting
-
outboundNotificationWebhookUrl
public OpenIntegrationUpdateRequest outboundNotificationWebhookUrl(String outboundNotificationWebhookUrl) The outbound notification webhook URL for the Open messaging integration. -
getOutboundNotificationWebhookUrl
-
setOutboundNotificationWebhookUrl
-
outboundNotificationWebhookSignatureSecretToken
public OpenIntegrationUpdateRequest 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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-