Class OnDemandRequestJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.OnDemandRequestJson
- All Implemented Interfaces:
Serializable
public class OnDemandRequestJson extends BaseJson
Request for various demands
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OnDemandRequestJson()
-
Method Summary
Modifier and Type Method Description String
getDocumentUuid()
File uuidString
getVersionUuid()
Version uuidvoid
setDocumentUuid(String documentUuid)
File uuidvoid
setVersionUuid(String versionUuid)
Version uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
OnDemandRequestJson
public OnDemandRequestJson()
-
-
Method Details
-
getVersionUuid
Version uuid- Returns:
- Version uuid
-
setVersionUuid
Version uuid- Parameters:
versionUuid
- Version uuid
-
getDocumentUuid
File uuid- Returns:
- File uuid
-
setDocumentUuid
File uuid- Parameters:
documentUuid
- File uuid
-