public class DeleteTransientDocumentsAndFoldersJson extends BaseJson
Constructor and Description |
---|
DeleteTransientDocumentsAndFoldersJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Device type
|
Set<String> |
getDocumentPaths()
File paths
|
Set<String> |
getFolderPaths()
Folder paths
|
String |
getWorkspaceGuid()
Workspace guid
|
void |
setDeviceType(DeviceType deviceType)
Device type
|
void |
setDocumentPaths(Set<String> documentPaths)
File paths
|
void |
setFolderPaths(Set<String> folderPaths)
Folder paths
|
void |
setWorkspaceGuid(String workspaceGuid)
Workspace guid
|
getObjType, setObjType, toString
public DeleteTransientDocumentsAndFoldersJson()
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device typepublic void setDocumentPaths(Set<String> documentPaths)
documentPaths
- File pathspublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Workspace guidCopyright © 2019. All rights reserved.