Uses of Class
com.blackberry.workspaces.sdk.api.json.GroupLogRecordJson
-
Packages that use GroupLogRecordJson Package Description com.blackberry.workspaces.sdk.api.resource -
-
Uses of GroupLogRecordJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type GroupLogRecordJson Modifier and Type Method Description PagingItemListJson<GroupLogRecordJson>
Organizations. exportGroupLogByIdsToJsonV30(GroupsLogByIdsJson groupsLogByIdsJson)
Exports the groups log to JSON.PagingItemListJson<GroupLogRecordJson>
Organizations. exportGroupLogByRoomsToJsonV30(GroupsLogByRoomsJson groupsLogByRoomsJson)
Exports the room groups log to JSON.PagingItemListJson<GroupLogRecordJson>
Organizations. exportGroupLogToJsonV30(BaseLogJson baseLogJson)
Exports the distribution lists entries in group log to JSON.PagingItemListJson<GroupLogRecordJson>
Rooms. exportGroupLogToJsonV30(String roomId, BaseLogJson baseLogJson)
Exports the workspace groups log to JSON.PagingItemListJson<GroupLogRecordJson>
Workspaces. exportGroupLogToJsonV30(String roomId, BaseLogJson baseLogJson)
Exports the workspace groups log to JSON.
-