Class 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 Detail

      • DocumentsUpdateDataSetJson

        public DocumentsUpdateDataSetJson()
    • 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