Class DownloadWorkspaceDocumentsWithRecycleBinJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 id-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getRoomGuid
public String getRoomGuid()
The workspace guid- Returns:
- The workspace guid
-
setRoomGuid
public void setRoomGuid(String roomGuid)
The workspace guid- Parameters:
roomGuid
- The workspace guid
-
setDocumentsGuids
public void setDocumentsGuids(Set<String> documentsGuids)
List of file ids- Parameters:
documentsGuids
- List of file ids
-
getRoomId
public Integer getRoomId()
The workspace id- Returns:
- The workspace id
-
setRoomId
public void setRoomId(Integer roomId)
The workspace id- Parameters:
roomId
- The workspace id
-
getForceAction
public Boolean getForceAction()
Action will always be done if set to True- Returns:
- Action will always be done if set to True
-
setForceAction
public void setForceAction(Boolean forceAction)
Action will always be done if set to True- Parameters:
forceAction
- Action will always be done if set to True
-
-