Uses of Class
com.blackberry.workspaces.sdk.api.json.ListIManageFoldersSingleLevelResultJson
-
Packages that use ListIManageFoldersSingleLevelResultJson Package Description com.blackberry.workspaces.sdk.api.json com.blackberry.workspaces.sdk.api.resource -
-
Uses of ListIManageFoldersSingleLevelResultJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type ListIManageFoldersSingleLevelResultJson Modifier and Type Method Description List<ListIManageFoldersSingleLevelResultJson>
ListIManageFoldersSingleLevelResultJson. getSubFolders()
List of subfolders.Method parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type ListIManageFoldersSingleLevelResultJson Modifier and Type Method Description void
ListIManageFoldersSingleLevelResultJson. setSubFolders(List<ListIManageFoldersSingleLevelResultJson> subFolders)
List of subfolders. -
Uses of ListIManageFoldersSingleLevelResultJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return ListIManageFoldersSingleLevelResultJson Modifier and Type Method Description ListIManageFoldersSingleLevelResultJson
IManageWorkspaces. listFoldersSingleLevelV30(ListIManageFoldersJson listIManageFoldersJson)
Gets the tree of all folders.
-