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
All Methods Instance Methods Concrete Methods 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 structures-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
Device type- Returns:
- Device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
Device type- Parameters:
deviceType
- Device type
-
getDocumentsUpdateDatas
public Set<DocumentUpdateDataSetJson> getDocumentsUpdateDatas()
List of file update data structures- Returns:
- List of file update data structures
-
setDocumentsUpdateDatas
public void setDocumentsUpdateDatas(Set<DocumentUpdateDataSetJson> documentsUpdateDatas)
List of file update data structures- Parameters:
documentsUpdateDatas
- List of file update data structures
-
-