Uses of Class
com.blackberry.workspaces.sdk.api.json.ListDocumentsVdrJson
-
Packages that use ListDocumentsVdrJson Package Description com.blackberry.workspaces.sdk.api.resource -
-
Uses of ListDocumentsVdrJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource with parameters of type ListDocumentsVdrJson Modifier and Type Method Description PagingItemListJson<BaseJson>
Rooms. listDocumentsForAdminV30(String roomId, ListDocumentsVdrJson listDocumentsVdrJson)
Lists all files in a specified workspace for admin console requests.PagingItemListJson<BaseJson>
Workspaces. listDocumentsForAdminV30(String roomId, ListDocumentsVdrJson listDocumentsVdrJson)
Lists all files in a specified workspace for admin console requests.PagingItemListJson<BaseJson>
Rooms. listDocumentsV30(String roomId, ListDocumentsVdrJson listDocumentsVdrJson)
Requests a list of all files in a specified workspace.PagingItemListJson<BaseJson>
Workspaces. listDocumentsV30(String roomId, ListDocumentsVdrJson listDocumentsVdrJson)
Requests a list of all files in a specified workspace.
-