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 Summary
Constructors Constructor Description ListRoomEntitiesJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getFetchMembers()
Added for backwards compatibility.PaginationJson
getPagination()
pagination infoString
getRoomGuid()
Integer
getRoomId()
boolean
isAscending()
is ascendingvoid
setAscending(boolean ascending)
is ascendingvoid
setFetchMembers(Boolean fetchMembers)
Added for backwards compatibility.void
setPagination(PaginationJson pagination)
pagination infovoid
setRoomGuid(String roomGuid)
void
setRoomId(Integer roomId)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
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)
-
-