Class OfflineMessageRequest.Item

    • Constructor Detail

      • Item

        public Item​(String node)
        Creates a new item child.
        Parameters:
        node - the actor's affiliation to the room
    • Method Detail

      • getAction

        public String getAction()
        Returns "view" or "remove" that indicate if the server should return the specified offline message or delete it.
        Returns:
        "view" or "remove" that indicate if the server should return the specified offline message or delete it.
      • setAction

        public void setAction​(String action)
        Sets if the server should return the specified offline message or delete it. Possible values are "view" or "remove".
        Parameters:
        action - if the server should return the specified offline message or delete it.