public class BulkDeleteWorkspaceDocumentsJson extends BaseJson
Constructor and Description |
---|
BulkDeleteWorkspaceDocumentsJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Device type.
|
Set<String> |
getDocumentGuids()
A Set of file guids.
|
Boolean |
getForceAction()
Force the action even if not allowed for all files provided (only
allowed files will be affected).
|
Boolean |
getIsPermanent() |
String |
getMessage()
Some operations using this Json support messages left for affected
users.
|
void |
setDeviceType(DeviceType deviceType)
Device type.
|
void |
setDocumentGuids(Set<String> documentGuids)
A Set of file guids.
|
void |
setForceAction(Boolean forceAction)
Force the action even if not allowed for all files provided (only
allowed files will be affected).
|
void |
setIsPermanent(Boolean isPermanent) |
void |
setMessage(String message)
Some operations using this Json support messages left for affected
users.
|
getObjType, setObjType, toString
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- A Set of file guids.public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device type. Choices are WINDOWS_PLUGIN, UPLOADER,
IOS_APP, BLACKBERRY_APP,SYNC, SHAREPOINTpublic Boolean getIsPermanent()
public void setIsPermanent(Boolean isPermanent)
public String getMessage()
public void setMessage(String message)
message
- Some operations using this Json support messages left
for affected users.public Boolean getForceAction()
public void setForceAction(Boolean forceAction)
forceAction
- Force the action even if not allowed for all files
provided (only allowed files will be affected). Not all operations
support this parameter. Default is TRUE.Copyright © 2019. All rights reserved.