Class UnStarredTransientDocumentsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.UnStarredTransientDocumentsJson
- All Implemented Interfaces:
Serializable
public class UnStarredTransientDocumentsJson extends BaseJson
Files in transient workspaces that are not starred.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnStarredTransientDocumentsJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentPaths()
List of file pathsString
getWorkspaceUuid()
Workspace uuidvoid
setDocumentPaths(Set<String> documentPaths)
List of file pathsvoid
setWorkspaceUuid(String workspaceUuid)
Workspace uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
UnStarredTransientDocumentsJson
public UnStarredTransientDocumentsJson()
-
-
Method Details
-
getDocumentPaths
List of file paths- Returns:
- List of file paths
-
setDocumentPaths
List of file paths- Parameters:
documentPaths
- List of file paths
-
getWorkspaceUuid
Workspace uuid- Returns:
- Workspace uuid
-
setWorkspaceUuid
Workspace uuid- Parameters:
workspaceUuid
- Workspace uuid
-