public class DeleteDocumentsSelectionVdrJson extends DocumentsSelectionVdrJson
Constructor and Description |
---|
DeleteDocumentsSelectionVdrJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType() |
Boolean |
getIsPermanent()
Flag indicates the file should be deleted permanently (not placed in
the Recycle Bin)
|
String |
getMessage()
Some operations using this Json support messages left for affected
users.
|
void |
setDeviceType(DeviceType deviceType) |
void |
setIsPermanent(Boolean isPermanent)
Flag indicates the file should be deleted permanently (not placed in
the Recycle Bin)
|
void |
setMessage(String message)
Some operations using this Json support messages left for affected
users.
|
getDocumentGuids, getFolderGuids, getFolderIds, getFolderPaths, getForceAction, setDocumentGuids, setFolderGuids, setFolderIds, setFolderPaths, setForceAction
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public Boolean getIsPermanent()
public void setIsPermanent(Boolean isPermanent)
isPermanent
- Flag indicates the file should be deleted
permanently (not placed in the Recycle Bin)public String getMessage()
public void setMessage(String message)
message
- Some operations using this Json support messages left
for affected users.Copyright © 2019. All rights reserved.