Class DocumentsSelectionJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DocumentsSelectionSdsJson
public class DocumentsSelectionJson extends BaseJson
Base type of several file selection JSONs
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentsSelectionJson()
-
Method Summary
Modifier and Type Method Description 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).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).Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentsSelectionJson
public DocumentsSelectionJson()
-
-
Method Details
-
getDocumentGuids
A Set of file guids.- Returns:
- A Set of file guids.
-
setDocumentGuids
A Set of file guids.- Parameters:
documentGuids
- A Set of file guids.
-
getForceAction
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- Returns:
- 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
-
setForceAction
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- Parameters:
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
-