Class GetDocumentsGuidsInfoJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.GetDocumentsGuidsInfoJson
-
- All Implemented Interfaces:
Serializable
public class GetDocumentsGuidsInfoJson extends BaseJson
Created by ybennatan on 8/29/2016.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDocumentsGuidsInfoJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getDocumentGuids()
void
setDocumentGuids(Set<String> documentGuids)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-