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
Modifier and Type Method Description Set<String>
getVersionUuids()
Guids of the versionsvoid
setVersionUuids(Set<String> versionUuids)
Guids of the versionsMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListVersionsReadConfirmationJson
public ListVersionsReadConfirmationJson()
-
-
Method Details
-
getVersionUuids
Guids of the versions- Returns:
- Guids of the versions
-
setVersionUuids
Guids of the versions- Parameters:
versionUuids
- Guids of the versions
-