Uses of Class
com.blackberry.workspaces.api.sdk.json.ListDocumentsVdrJson
-
Packages that use ListDocumentsVdrJson Package Description com.blackberry.workspaces.api.sdk.resource -
-
Uses of ListDocumentsVdrJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.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.
-