Class MessageDeliveryReceipts.Received

  • Enclosing class:
    MessageDeliveryReceipts

    public static final class MessageDeliveryReceipts.Received
    extends MessageDeliveryReceipts
    The implementation of the <received/> element in the urn:xmpp:receipts namespace.

    This class is immutable.

    • Field Detail

    • Constructor Detail

      • Received

        public Received​(String id)
        Create the <received/> element.
        Parameters:
        id - The message id to confirm.
    • Method Detail

      • getId

        public final String getId()
        Gets the message id of the received message.
        Returns:
        The message id.