Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json | |
com.blackberry.workspaces.sdk.api.resource |
Modifier and Type | Method and Description |
---|---|
PathOrFolderIdJson |
AddFolderEntityJson.getFolderPathOrId()
Path or id for the folder to be changed, if not supplied the root
folder will be assumed
|
PathOrFolderIdJson |
AddFolderPermissionRequestJson.getFolderPathOrId()
Id or path of the folder
|
PathOrFolderIdJson |
ChangeEntitiesVdrJson.getFolderPathOrId()
Id or path of a single folder to modify
|
PathOrFolderIdJson |
ChangeEntityVdrJson.getFolderPathOrId() |
PathOrFolderIdJson |
EditFolderSettingsJson.getFolderPathOrId()
Path or id for the folder to be changed
|
PathOrFolderIdJson |
ListFolderDefaultPermissionsJson.getFolderPathOrId() |
PathOrFolderIdJson |
ValidateCreateFolderJson.getFolderPathOrId()
Parent folder ID or path
|
Modifier and Type | Method and Description |
---|---|
Set<PathOrFolderIdJson> |
ChangeEntitiesVdrJson.getFolderPathsOrIds()
Id or paths of multiple folders to modify
|
Set<PathOrFolderIdJson> |
ListBulkFolderPermissionsJson.getFolderPathsOrIds()
List of folder paths or ids
|
Modifier and Type | Method and Description |
---|---|
void |
AddFolderEntityJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Path or id for the folder to be changed, if not supplied the root
folder will be assumed
|
void |
AddFolderPermissionRequestJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of the folder
|
void |
ChangeEntitiesVdrJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of a single folder to modify
|
void |
ChangeEntityVdrJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId) |
void |
EditFolderSettingsJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Path or id for the folder to be changed
|
void |
ListFolderDefaultPermissionsJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId) |
void |
ValidateCreateFolderJson.setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Parent folder ID or path
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeEntitiesVdrJson.setFolderPathsOrIds(Set<PathOrFolderIdJson> folderPathsOrIds)
Id or paths of multiple folders to modify
|
void |
ListBulkFolderPermissionsJson.setFolderPathsOrIds(Set<PathOrFolderIdJson> folderPathsOrIds)
List of folder paths or ids
|
Modifier and Type | Method and Description |
---|---|
FolderLinksJson |
Rooms.getFolderLinksV30(String roomId,
PathOrFolderIdJson pathOrFolderIdJson)
Gets links for a folder in a workspace.
|
FolderLinksJson |
Workspaces.getFolderLinksV30(String roomId,
PathOrFolderIdJson pathOrFolderIdJson)
Gets links for a folder in a workspace.
|
BulkOperationResultJson |
Rooms.moveDocumentV30(String guid,
String roomId,
PathOrFolderIdJson pathOrFolderIdJson)
Moves a file in a workspace to a new folder.
|
BulkOperationResultJson |
Workspaces.moveDocumentV30(String guid,
String roomId,
PathOrFolderIdJson pathOrFolderIdJson)
Moves a file in a workspace to a new folder.
|
Copyright © 2019. All rights reserved.