Uses of Class
com.blackberry.workspaces.sdk.api.json.FolderJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.examples | |
com.blackberry.workspaces.sdk.api.json | |
com.blackberry.workspaces.sdk.api.resource |
-
Uses of FolderJson in com.blackberry.workspaces.sdk.api.examples
Methods in com.blackberry.workspaces.sdk.api.examples that return FolderJson Modifier and Type Method Description FolderJson
WorkspacesExample. getFolderTree(String roomId)
Methods in com.blackberry.workspaces.sdk.api.examples that return types with arguments of type FolderJson Modifier and Type Method Description List<FolderJson>
WorkspacesExample. getSubFolders(String roomId)
-
Uses of FolderJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return FolderJson Modifier and Type Method Description FolderJson
FoldersDocumentsJson. getFolderTree()
Folder treeMethods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type FolderJson Modifier and Type Method Description List<FolderJson>
FolderInfoJson. getSubFolders()
List of subfolders.List<FolderJson>
FolderJson. getSubFolders()
List of subfolders.List<FolderJson>
IManageFolderInfoResultJson. getSubFolders()
List of subfolders.List<FolderJson>
TransientFolderInfoResultJson. getSubFolders()
List of subfolders.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type FolderJson Modifier and Type Method Description void
FoldersDocumentsJson. setFolderTree(FolderJson folderTree)
Folder treeMethod parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type FolderJson Modifier and Type Method Description void
FolderInfoJson. setSubFolders(List<FolderJson> subFolders)
List of subfolders.void
FolderJson. setSubFolders(List<FolderJson> subFolders)
List of subfolders.void
IManageFolderInfoResultJson. setSubFolders(List<FolderJson> subFolders)
List of subfolders.void
TransientFolderInfoResultJson. setSubFolders(List<FolderJson> subFolders)
List of subfolders. -
Uses of FolderJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return FolderJson Modifier and Type Method Description FolderJson
Rooms. createFoldersInFolderV30(CreateFolderJson createFolderJson)
Creates a folder in a workspace with a specified parent ID and name.FolderJson
Workspaces. createFoldersInFolderV30(CreateFolderJson createFolderJson)
Creates a folder in a workspace with a specified parent ID and name.FolderJson
Rooms. getFolderTreeV30(String roomId, String folderUuid)
Gets the tree of all folders and subfolders in a specified workspace.FolderJson
Workspaces. getFolderTreeV30(String roomId, String folderUuid)
Gets the tree of all folders and subfolders in a specified workspace.Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type FolderJson Modifier and Type Method Description ItemListJson<FolderJson>
Rooms. createExternalFoldersTreeV30(CreateWorkspaceExternalFoldersJson createWorkspaceExternalFoldersJson)
Creates a folder in a workspace for each external folder in the tree.ItemListJson<FolderJson>
Workspaces. createExternalFoldersTreeV30(CreateWorkspaceExternalFoldersJson createWorkspaceExternalFoldersJson)
Creates a folder in a workspace for each external folder in the tree.