Interface CancelRequest

    • Method Detail

      • getCancelId

        int getCancelId()
        Returns:
        The id of the Message to cancel.
      • setCancelId

        void setCancelId​(int cancelId)
        Sets the message to cancel by id.
        Parameters:
        cancelId - The id of the message to cancel.