Interface SendMessageResponse.Builder

    • Method Detail

      • id

        SendMessageResponse.Builder id​(String id)

        The ID of the message.

        Parameters:
        id - The ID of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • absoluteTime

        SendMessageResponse.Builder absoluteTime​(String absoluteTime)

        The time when the message was sent.

        It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

        Parameters:
        absoluteTime - The time when the message was sent.

        It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

        Returns:
        Returns a reference to this object so that method calls can be chained together.