public static interface Receipt.Builder extends SdkPojo, CopyableBuilder<Receipt.Builder,Receipt>
| Modifier and Type | Method and Description |
|---|---|
Receipt.Builder |
deliveredTimestamp(String deliveredTimestamp)
The time when the message was delivered to the recipient.
|
Receipt.Builder |
readTimestamp(String readTimestamp)
The time when the message was read by the recipient.
|
Receipt.Builder |
recipientParticipantId(String recipientParticipantId)
The identifier of the recipient of the message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReceipt.Builder deliveredTimestamp(String deliveredTimestamp)
The time when the message was delivered to the recipient.
deliveredTimestamp - The time when the message was delivered to the recipient.Receipt.Builder readTimestamp(String readTimestamp)
The time when the message was read by the recipient.
readTimestamp - The time when the message was read by the recipient.Receipt.Builder recipientParticipantId(String recipientParticipantId)
The identifier of the recipient of the message.
recipientParticipantId - The identifier of the recipient of the message.Copyright © 2023. All rights reserved.