Class DocumentsUpdateDataSetJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsUpdateDataSetJson
- All Implemented Interfaces:
Serializable
public class DocumentsUpdateDataSetJson extends BaseJson
A collection of file data updates to be applied to a file
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentsUpdateDataSetJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Device typeSet<DocumentUpdateDataSetJson>
getDocumentsUpdateDatas()
List of file update data structuresvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setDocumentsUpdateDatas(Set<DocumentUpdateDataSetJson> documentsUpdateDatas)
List of file update data structuresMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentsUpdateDataSetJson
public DocumentsUpdateDataSetJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getDocumentsUpdateDatas
List of file update data structures- Returns:
- List of file update data structures
-
setDocumentsUpdateDatas
List of file update data structures- Parameters:
documentsUpdateDatas
- List of file update data structures
-