Uses of Class
com.blackberry.workspaces.api.sdk.json.PathOrFolderIdJson
-
Packages that use PathOrFolderIdJson Package Description com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of PathOrFolderIdJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return PathOrFolderIdJson Modifier and Type Method Description PathOrFolderIdJson
AddFolderEntityJson. getFolderPathOrId()
Path or id for the folder to be changed, if not supplied the root folder will be assumedPathOrFolderIdJson
AddFolderPermissionRequestJson. getFolderPathOrId()
Id or path of the folderPathOrFolderIdJson
ChangeEntitiesVdrJson. getFolderPathOrId()
Id or path of a single folder to modifyPathOrFolderIdJson
ChangeEntityVdrJson. getFolderPathOrId()
PathOrFolderIdJson
EditFolderSettingsJson. getFolderPathOrId()
Path or id for the folder to be changedPathOrFolderIdJson
ListFolderDefaultPermissionsJson. getFolderPathOrId()
PathOrFolderIdJson
ValidateCreateFolderJson. getFolderPathOrId()
Parent folder ID or pathMethods in com.blackberry.workspaces.api.sdk.json that return types with arguments of type PathOrFolderIdJson Modifier and Type Method Description Set<PathOrFolderIdJson>
ChangeEntitiesVdrJson. getFolderPathsOrIds()
Id or paths of multiple folders to modifySet<PathOrFolderIdJson>
ListBulkFolderPermissionsJson. getFolderPathsOrIds()
List of folder paths or idsMethods in com.blackberry.workspaces.api.sdk.json with parameters of type PathOrFolderIdJson Modifier and Type Method Description void
AddFolderEntityJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Path or id for the folder to be changed, if not supplied the root folder will be assumedvoid
AddFolderPermissionRequestJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of the foldervoid
ChangeEntitiesVdrJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Id or path of a single folder to modifyvoid
ChangeEntityVdrJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
void
EditFolderSettingsJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Path or id for the folder to be changedvoid
ListFolderDefaultPermissionsJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
void
ValidateCreateFolderJson. setFolderPathOrId(PathOrFolderIdJson folderPathOrId)
Parent folder ID or pathMethod parameters in com.blackberry.workspaces.api.sdk.json with type arguments of type PathOrFolderIdJson Modifier and Type Method Description void
ChangeEntitiesVdrJson. setFolderPathsOrIds(Set<PathOrFolderIdJson> folderPathsOrIds)
Id or paths of multiple folders to modifyvoid
ListBulkFolderPermissionsJson. setFolderPathsOrIds(Set<PathOrFolderIdJson> folderPathsOrIds)
List of folder paths or ids -
Uses of PathOrFolderIdJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource with parameters of type PathOrFolderIdJson Modifier and Type Method 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.
-