Class DeleteTransientDocumentsAndFoldersJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 guid-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
Device type- Returns:
- Device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
Device type- Parameters:
deviceType
- Device type
-
setDocumentPaths
public void setDocumentPaths(Set<String> documentPaths)
File paths- Parameters:
documentPaths
- File paths
-
getWorkspaceGuid
public String getWorkspaceGuid()
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
-