Class DocumentAndVersionJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentAndVersionJson
-
- All Implemented Interfaces:
Serializable
public class DocumentAndVersionJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentAndVersionJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 version-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getVersionGuid
public String getVersionGuid()
The file's version- Returns:
- The file's version
-
setVersionGuid
public void setVersionGuid(String versionGuid)
The file's version- Parameters:
versionGuid
- The file's version
-
getDocumentGuid
public String getDocumentGuid()
Guid of the file- Returns:
- Guid of the file
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
Guid of the file- Parameters:
documentGuid
- Guid of the file
-
-