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