public static interface SendUsersMessageResponse.Builder extends SdkPojo, CopyableBuilder<SendUsersMessageResponse.Builder,SendUsersMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
SendUsersMessageResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that was used to send the message.
|
SendUsersMessageResponse.Builder |
requestId(String requestId)
The unique identifier that was assigned to the message request.
|
SendUsersMessageResponse.Builder |
result(Map<String,? extends Map<String,EndpointMessageResult>> result)
An object that indicates which endpoints the message was sent to, for each user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSendUsersMessageResponse.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.SendUsersMessageResponse.Builder requestId(String requestId)
The unique identifier that was assigned to the message request.
requestId - The unique identifier that was assigned to the message request.SendUsersMessageResponse.Builder result(Map<String,? extends Map<String,EndpointMessageResult>> result)
An object that indicates which endpoints the message was sent to, for each user. The object lists user IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint ID, it provides an EndpointMessageResult object.
result - An object that indicates which endpoints the message was sent to, for each user. The object lists user
IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint
ID, it provides an EndpointMessageResult object.Copyright © 2023. All rights reserved.