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
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 versionMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentVersionReadConfirmedJson
public DocumentVersionReadConfirmedJson()
-
-
Method Details
-
getVersionUuid
Guid of the document version- Returns:
- Guid of the document version
-
setVersionUuid
Guid of the document version- Parameters:
versionUuid
- Guid of the document version
-
getDocumentUuid
Guid of the document- Returns:
- Guid of the document
-
setDocumentUuid
Guid of the document- Parameters:
documentUuid
- Guid of the document
-