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