Class ListRoomEntitiesJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListRoomEntitiesJson
All Implemented Interfaces:
Serializable

public class ListRoomEntitiesJson
extends BaseJson
Details about how to list the workspace entities
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • 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)