Class PostConversationsMessageInboundOpenMessageRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageInboundOpenMessageRequest.Builder
- Enclosing class:
- PostConversationsMessageInboundOpenMessageRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withIntegrationId(String integrationId) withPrefetchConversationId(Boolean prefetchConversationId) withRequiredParams(String integrationId, OpenInboundNormalizedMessage body)
-
Method Details
-
withIntegrationId
public PostConversationsMessageInboundOpenMessageRequest.Builder withIntegrationId(String integrationId) -
withBody
public PostConversationsMessageInboundOpenMessageRequest.Builder withBody(OpenInboundNormalizedMessage body) -
withPrefetchConversationId
public PostConversationsMessageInboundOpenMessageRequest.Builder withPrefetchConversationId(Boolean prefetchConversationId) -
withRequiredParams
public PostConversationsMessageInboundOpenMessageRequest.Builder withRequiredParams(String integrationId, OpenInboundNormalizedMessage body) -
build
-