Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.json | |
com.blackberry.workspaces.api.sdk.resource |
Modifier and Type | Method and Description |
---|---|
FolderJson |
FoldersDocumentsJson.getFolderTree()
Folder tree
|
Modifier and Type | Method and Description |
---|---|
List<FolderJson> |
TransientFolderInfoResultJson.getSubFolders()
List of subfolders.
|
List<FolderJson> |
IManageFolderInfoResultJson.getSubFolders()
List of subfolders.
|
List<FolderJson> |
FolderJson.getSubFolders()
List of subfolders.
|
List<FolderJson> |
FolderInfoJson.getSubFolders()
List of subfolders.
|
Modifier and Type | Method and Description |
---|---|
void |
FoldersDocumentsJson.setFolderTree(FolderJson folderTree)
Folder tree
|
Modifier and Type | Method and Description |
---|---|
void |
TransientFolderInfoResultJson.setSubFolders(List<FolderJson> subFolders)
List of subfolders.
|
void |
IManageFolderInfoResultJson.setSubFolders(List<FolderJson> subFolders)
List of subfolders.
|
void |
FolderJson.setSubFolders(List<FolderJson> subFolders)
List of subfolders.
|
void |
FolderInfoJson.setSubFolders(List<FolderJson> subFolders)
List of subfolders.
|
Modifier and Type | Method and Description |
---|---|
FolderJson |
Workspaces.createFoldersInFolderV30(CreateFolderJson createFolderJson)
Creates a folder in a workspace with a specified parent ID and name.
|
FolderJson |
Rooms.createFoldersInFolderV30(CreateFolderJson createFolderJson)
Creates a folder in a workspace with a specified parent ID and name.
|
FolderJson |
Workspaces.getFolderTreeV30(String roomId,
String folderUuid)
Gets the tree of all folders and subfolders in a specified workspace.
|
FolderJson |
Rooms.getFolderTreeV30(String roomId,
String folderUuid)
Gets the tree of all folders and subfolders in a specified workspace.
|
Modifier and Type | Method and Description |
---|---|
ItemListJson<FolderJson> |
Workspaces.createExternalFoldersTreeV30(CreateWorkspaceExternalFoldersJson createWorkspaceExternalFoldersJson)
Creates a folder in a workspace for each external folder in the tree.
|
ItemListJson<FolderJson> |
Rooms.createExternalFoldersTreeV30(CreateWorkspaceExternalFoldersJson createWorkspaceExternalFoldersJson)
Creates a folder in a workspace for each external folder in the tree.
|
Copyright © 2019. All rights reserved.