Class DeleteTransientDocumentsAndFoldersJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteTransientDocumentsAndFoldersJson
- All Implemented Interfaces:
Serializable
public class DeleteTransientDocumentsAndFoldersJson extends BaseJson
Delete folder and all its contents from a transient workspace.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteTransientDocumentsAndFoldersJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Device typeSet<String>
getDocumentPaths()
File pathsSet<String>
getFolderPaths()
Folder pathsString
getWorkspaceGuid()
Workspace guidvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setDocumentPaths(Set<String> documentPaths)
File pathsvoid
setFolderPaths(Set<String> folderPaths)
Folder pathsvoid
setWorkspaceGuid(String workspaceGuid)
Workspace guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteTransientDocumentsAndFoldersJson
public DeleteTransientDocumentsAndFoldersJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getDocumentPaths
File paths- Returns:
- File paths
-
setDocumentPaths
File paths- Parameters:
documentPaths
- File paths
-
getWorkspaceGuid
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
getFolderPaths
Folder paths- Returns:
- Folder paths
-
setFolderPaths
Folder paths- Parameters:
folderPaths
- Folder paths
-