Class DownloadWorkspaceDocumentsWithRecycleBinJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DownloadWorkspaceDocumentsWithRecycleBinJson
- All Implemented Interfaces:
Serializable
public class DownloadWorkspaceDocumentsWithRecycleBinJson extends BaseJson
Files to be downloaded from a workspace Recycle bin.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadWorkspaceDocumentsWithRecycleBinJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentsGuids()
List of file idsBoolean
getForceAction()
Action will always be done if set to TrueString
getRoomGuid()
The workspace guidInteger
getRoomId()
The workspace idvoid
setDocumentsGuids(Set<String> documentsGuids)
List of file idsvoid
setForceAction(Boolean forceAction)
Action will always be done if set to Truevoid
setRoomGuid(String roomGuid)
The workspace guidvoid
setRoomId(Integer roomId)
The workspace idMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadWorkspaceDocumentsWithRecycleBinJson
public DownloadWorkspaceDocumentsWithRecycleBinJson()
-
-
Method Details
-
getRoomGuid
The workspace guid- Returns:
- The workspace guid
-
setRoomGuid
The workspace guid- Parameters:
roomGuid
- The workspace guid
-
getDocumentsGuids
List of file ids- Returns:
- List of file ids
-
setDocumentsGuids
List of file ids- Parameters:
documentsGuids
- List of file ids
-
getRoomId
The workspace id- Returns:
- The workspace id
-
setRoomId
The workspace id- Parameters:
roomId
- The workspace id
-
getForceAction
Action will always be done if set to True- Returns:
- Action will always be done if set to True
-
setForceAction
Action will always be done if set to True- Parameters:
forceAction
- Action will always be done if set to True
-