Uses of Class
com.blackberry.workspaces.sdk.api.json.IManageFolderJson
-
Packages that use IManageFolderJson Package Description com.blackberry.workspaces.sdk.api.json com.blackberry.workspaces.sdk.api.resource -
-
Uses of IManageFolderJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type IManageFolderJson Modifier and Type Method Description List<IManageFolderJson>
IManageFolderJson. getSubFolders()
List of subfolders.List<IManageFolderJson>
RenameIManageFolderResultJson. getSubFolders()
List of subfolders.Method parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type IManageFolderJson Modifier and Type Method Description void
IManageFolderJson. setSubFolders(List<IManageFolderJson> subFolders)
List of subfolders.void
RenameIManageFolderResultJson. setSubFolders(List<IManageFolderJson> subFolders)
List of subfolders. -
Uses of IManageFolderJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return IManageFolderJson Modifier and Type Method Description IManageFolderJson
IManageWorkspaces. createFolderV30(CreateIManageFolderJson createIManageFolderJson)
Creates a new imanage folder.
-