All Superinterfaces:
Buildable, CopyableBuilder<Receipt.Builder,Receipt>, SdkBuilder<Receipt.Builder,Receipt>, SdkPojo
Enclosing class:
Receipt

public static interface Receipt.Builder extends SdkPojo, CopyableBuilder<Receipt.Builder,Receipt>
  • Method Details

    • deliveredTimestamp

      Receipt.Builder deliveredTimestamp(String deliveredTimestamp)

      The time when the message was delivered to the recipient.

      Parameters:
      deliveredTimestamp - The time when the message was delivered to the recipient.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readTimestamp

      Receipt.Builder readTimestamp(String readTimestamp)

      The time when the message was read by the recipient.

      Parameters:
      readTimestamp - The time when the message was read by the recipient.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recipientParticipantId

      Receipt.Builder recipientParticipantId(String recipientParticipantId)

      The identifier of the recipient of the message.

      Parameters:
      recipientParticipantId - The identifier of the recipient of the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.