Class DocumentAndVersionJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentAndVersionJson
- All Implemented Interfaces:
Serializable
public class DocumentAndVersionJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentAndVersionJson()
-
Method Summary
Modifier and Type Method Description String
getDocumentGuid()
Guid of the fileString
getVersionGuid()
The file's versionvoid
setDocumentGuid(String documentGuid)
Guid of the filevoid
setVersionGuid(String versionGuid)
The file's versionMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentAndVersionJson
public DocumentAndVersionJson()
-
-
Method Details
-
getVersionGuid
The file's version- Returns:
- The file's version
-
setVersionGuid
The file's version- Parameters:
versionGuid
- The file's version
-
getDocumentGuid
Guid of the file- Returns:
- Guid of the file
-
setDocumentGuid
Guid of the file- Parameters:
documentGuid
- Guid of the file
-