Class GetDocumentsConversionStatusJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.GetDocumentsConversionStatusJson
-
- All Implemented Interfaces:
Serializable
public class GetDocumentsConversionStatusJson extends BaseJson
Used when getting the status of a file conversion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDocumentsConversionStatusJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getGuids()
Guids of the files to get the status ofvoid
setGuids(Set<String> guids)
Guids of the files to get the status of-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-