Class DeprecatedRoomInfo

    • Field Detail

      • roomId

        private String roomId
        Deprecated.
        Required. The ID of this room.
      • membership

        private String membership
        Deprecated.
        Required. The user's membership state in this room. One of: ["invite", "join", "leave", "ban"]
      • invite

        private Event invite
        Deprecated.
        The invite event if membership is invite.
      • messages

        private Page<Event> messages
        Deprecated.
        The pagination chunk for this room.
      • state

        private List<Event> state
        Deprecated.
        If the user is a member of the room this will be the current state of the room as a list of events. If the user has left the room this will be the state of the room when they left it.
      • visibility

        private String visibility
        Deprecated.
        Whether this room is visible to the /publicRooms API or not." One of: ["private", "public"].
      • accountData

        private List<Event> accountData
        Deprecated.
        The private data that this user has attached to this room.
    • Constructor Detail

      • DeprecatedRoomInfo

        public DeprecatedRoomInfo()
        Deprecated.
    • Method Detail

      • getRoomId

        public String getRoomId()
        Deprecated.
      • setRoomId

        public void setRoomId​(String roomId)
        Deprecated.
      • getMembership

        public String getMembership()
        Deprecated.
      • setMembership

        public void setMembership​(String membership)
        Deprecated.
      • getInvite

        public Event getInvite()
        Deprecated.
      • setInvite

        public void setInvite​(Event invite)
        Deprecated.
      • getMessages

        public Page<Event> getMessages()
        Deprecated.
      • setMessages

        public void setMessages​(Page<Event> messages)
        Deprecated.
      • getState

        public List<Event> getState()
        Deprecated.
      • setState

        public void setState​(List<Event> state)
        Deprecated.
      • getVisibility

        public String getVisibility()
        Deprecated.
      • setVisibility

        public void setVisibility​(String visibility)
        Deprecated.
      • getAccountData

        public List<Event> getAccountData()
        Deprecated.
      • setAccountData

        public void setAccountData​(List<Event> accountData)
        Deprecated.