Class PostConversationsMessageInboundOpenReceiptRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageInboundOpenReceiptRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String integrationId, OpenInboundNormalizedReceipt body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetIntegrationId(String integrationId) withCustomHeader(String name, String value) withIntegrationId(String integrationId)
-
Constructor Details
-
PostConversationsMessageInboundOpenReceiptRequest
public PostConversationsMessageInboundOpenReceiptRequest()
-
-
Method Details
-
getIntegrationId
-
setIntegrationId
-
withIntegrationId
-
getBody
-
setBody
-
withBody
public PostConversationsMessageInboundOpenReceiptRequest withBody(OpenInboundNormalizedReceipt body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostConversationsMessageInboundOpenReceiptRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostConversationsMessageInboundOpenReceiptRequest.Builder builder(String integrationId, OpenInboundNormalizedReceipt body)
-