Class ListVersionsReadConfirmationJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.ListVersionsReadConfirmationJson
-
- All Implemented Interfaces:
Serializable
public class ListVersionsReadConfirmationJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListVersionsReadConfirmationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getVersionUuids()
Guids of the versionsvoid
setVersionUuids(Set<String> versionUuids)
Guids of the versions-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-