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
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
-
Constructor Details
-
ListRoomEntitiesJson
public ListRoomEntitiesJson()
-
-
Method Details
-
getRoomGuid
-
setRoomGuid
-
getPagination
pagination info- Returns:
- pagination info
-
setPagination
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
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
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
-
setRoomId
-