Uses of Class
com.mypurecloud.sdk.v2.model.OpenInboundNormalizedReceipt
Packages that use OpenInboundNormalizedReceipt
Package
Description
-
Uses of OpenInboundNormalizedReceipt in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OpenInboundNormalizedReceiptModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenReceipt(String integrationId, OpenInboundNormalizedReceipt body) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApi.postConversationsMessageInboundOpenReceiptWithHttpInfo(String integrationId, OpenInboundNormalizedReceipt body) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OpenInboundNormalizedReceiptModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageInboundOpenReceipt(ApiRequest<OpenInboundNormalizedReceipt> request) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration.ConversationsApiAsync.postConversationsMessageInboundOpenReceiptAsync(ApiRequest<OpenInboundNormalizedReceipt> request, AsyncApiCallback<ApiResponse<OpenReceiptNormalizedMessage>> callback) Send an inbound Open Receipt Message Send an inbound open Receipt to an Open Messaging integration. -
Uses of OpenInboundNormalizedReceipt in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OpenInboundNormalizedReceiptMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OpenInboundNormalizedReceiptModifier and TypeMethodDescriptionPostConversationsMessageInboundOpenReceiptRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OpenInboundNormalizedReceiptModifier and TypeMethodDescriptionPostConversationsMessageInboundOpenReceiptRequest.builder(String integrationId, OpenInboundNormalizedReceipt body) voidPostConversationsMessageInboundOpenReceiptRequest.setBody(OpenInboundNormalizedReceipt body) PostConversationsMessageInboundOpenReceiptRequest.Builder.withBody(OpenInboundNormalizedReceipt body) PostConversationsMessageInboundOpenReceiptRequest.withBody(OpenInboundNormalizedReceipt body) PostConversationsMessageInboundOpenReceiptRequest.Builder.withRequiredParams(String integrationId, OpenInboundNormalizedReceipt body) -
Uses of OpenInboundNormalizedReceipt in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenInboundNormalizedReceiptModifier and TypeMethodDescriptionOpenInboundNormalizedReceipt.channel(OpenInboundMessagingReceiptChannel channel) Channel-specific information that describes the message and the message channel/provider.The original unique message Id generated by the messaging platform, that this receipt message is referencing.OpenInboundNormalizedReceipt.isFinalReceipt(Boolean isFinalReceipt) Indicates if this is the last message receipt for this message, or if another message receipt can be expected.OpenInboundNormalizedReceipt.reasons(List<ConversationReason> reasons) List of reasons for a message receipt that indicates the message has failed.OpenInboundNormalizedReceipt.status(OpenInboundNormalizedReceipt.StatusEnum status) Message receipt status.