public static interface MessageResponse.Builder extends SdkPojo, CopyableBuilder<MessageResponse.Builder,MessageResponse>
| Modifier and Type | Method and Description |
|---|---|
MessageResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that was used to send the message.
|
MessageResponse.Builder |
endpointResult(Map<String,EndpointMessageResult> endpointResult)
A map that contains a multipart response for each address that the message was sent to.
|
MessageResponse.Builder |
requestId(String requestId)
The identifier for the original request that the message was delivered for.
|
MessageResponse.Builder |
result(Map<String,MessageResult> result)
A map that contains a multipart response for each address (email address, phone number, or push notification
token) that the message was sent to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMessageResponse.Builder applicationId(String applicationId)
The unique identifier for the application that was used to send the message.
applicationId - The unique identifier for the application that was used to send the message.MessageResponse.Builder endpointResult(Map<String,EndpointMessageResult> endpointResult)
A map that contains a multipart response for each address that the message was sent to. In the map, the endpoint ID is the key and the result is the value.
endpointResult - A map that contains a multipart response for each address that the message was sent to. In the map,
the endpoint ID is the key and the result is the value.MessageResponse.Builder requestId(String requestId)
The identifier for the original request that the message was delivered for.
requestId - The identifier for the original request that the message was delivered for.MessageResponse.Builder result(Map<String,MessageResult> result)
A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to. In the map, the address is the key and the result is the value.
result - A map that contains a multipart response for each address (email address, phone number, or push
notification token) that the message was sent to. In the map, the address is the key and the result is
the value.Copyright © 2023. All rights reserved.