Class ListRoomEntitiesJson

    • Constructor Detail

      • ListRoomEntitiesJson

        public ListRoomEntitiesJson()
    • Method Detail

      • getRoomGuid

        public String getRoomGuid()
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
      • getPagination

        public PaginationJson getPagination()
        pagination info
        Returns:
        pagination info
      • setPagination

        public void setPagination​(PaginationJson pagination)
        pagination info
        Parameters:
        pagination - pagination info
      • isAscending

        public boolean isAscending()
        is ascending
        Returns:
        is ascending
      • setAscending

        public void setAscending​(boolean ascending)
        is ascending
        Parameters:
        ascending - is ascending
      • getFetchMembers

        public Boolean getFetchMembers()
        Added for backwards compatibility. Since requesting the members for groups etc might cause heavy IO load, we made it optional. When not fetching the members, we'll fill the number of members in the group/DL
        Returns:
        Added for backwards compatibility. Since requesting the members for groups etc might cause heavy IO load, we made it optional. When not fetching the members, we'll fill the number of members in the group/DL
      • setFetchMembers

        public void setFetchMembers​(Boolean fetchMembers)
        Added for backwards compatibility. Since requesting the members for groups etc might cause heavy IO load, we made it optional. When not fetching the members, we'll fill the number of members in the group/DL
        Parameters:
        fetchMembers - Added for backwards compatibility. Since requesting the members for groups etc might cause heavy IO load, we made it optional. When not fetching the members, we'll fill the number of members in the group/DL
      • getRoomId

        public Integer getRoomId()
      • setRoomId

        public void setRoomId​(Integer roomId)