Class DocumentVersionReadConfirmedJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DocumentVersionReadConfirmedJson
-
- All Implemented Interfaces:
Serializable
public class DocumentVersionReadConfirmedJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentVersionReadConfirmedJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocumentUuid()
Guid of the documentString
getVersionUuid()
Guid of the document versionvoid
setDocumentUuid(String documentUuid)
Guid of the documentvoid
setVersionUuid(String versionUuid)
Guid of the document version-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getVersionUuid
public String getVersionUuid()
Guid of the document version- Returns:
- Guid of the document version
-
setVersionUuid
public void setVersionUuid(String versionUuid)
Guid of the document version- Parameters:
versionUuid
- Guid of the document version
-
getDocumentUuid
public String getDocumentUuid()
Guid of the document- Returns:
- Guid of the document
-
setDocumentUuid
public void setDocumentUuid(String documentUuid)
Guid of the document- Parameters:
documentUuid
- Guid of the document
-
-