Uses of Class
com.mypurecloud.sdk.v2.model.OpenIntegrationRequest
Packages that use OpenIntegrationRequest
Package
Description
-
Uses of OpenIntegrationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OpenIntegrationRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessagingIntegrationsOpen(OpenIntegrationRequest body) Create an Open messaging integration See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.ConversationsApi.postConversationsMessagingIntegrationsOpenWithHttpInfo(OpenIntegrationRequest body) Create an Open messaging integration See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenIntegrationRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessagingIntegrationsOpen(ApiRequest<OpenIntegrationRequest> request) Create an Open messaging integration See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.ConversationsApiAsync.postConversationsMessagingIntegrationsOpenAsync(ApiRequest<OpenIntegrationRequest> request, AsyncApiCallback<ApiResponse<OpenIntegration>> callback) Create an Open messaging integration See https://developer.genesys.cloud/api/digital/openmessaging/ for more information. -
Uses of OpenIntegrationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OpenIntegrationRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OpenIntegrationRequestModifier and TypeMethodDescriptionPostConversationsMessagingIntegrationsOpenRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OpenIntegrationRequestModifier and TypeMethodDescriptionPostConversationsMessagingIntegrationsOpenRequest.builder(OpenIntegrationRequest body) voidPostConversationsMessagingIntegrationsOpenRequest.setBody(OpenIntegrationRequest body) PostConversationsMessagingIntegrationsOpenRequest.Builder.withBody(OpenIntegrationRequest body) PostConversationsMessagingIntegrationsOpenRequest.withBody(OpenIntegrationRequest body) PostConversationsMessagingIntegrationsOpenRequest.Builder.withRequiredParams(OpenIntegrationRequest body) -
Uses of OpenIntegrationRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenIntegrationRequestModifier and TypeMethodDescriptionOpenIntegrationRequest.messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integrationThe name of the Open messaging integration.OpenIntegrationRequest.outboundNotificationWebhookSignatureSecretToken(String outboundNotificationWebhookSignatureSecretToken) The outbound notification webhook signature secret token.OpenIntegrationRequest.outboundNotificationWebhookUrl(String outboundNotificationWebhookUrl) The outbound notification webhook URL for the Open messaging integration.OpenIntegrationRequest.supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationOpenIntegrationRequest.webhookHeaders(Map<String, String> webhookHeaders) The user specified headers for the Open messaging integration.