Interface DataExport.UpdateStages.WithLastModifiedDate

All Known Subinterfaces:
DataExport.Update
Enclosing interface:
DataExport.UpdateStages

public static interface DataExport.UpdateStages.WithLastModifiedDate
The stage of the DataExport update allowing to specify lastModifiedDate.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLastModifiedDate(String lastModifiedDate)
    Specifies the lastModifiedDate property: Date and time when the export was last modified..
  • Method Details

    • withLastModifiedDate

      DataExport.Update withLastModifiedDate(String lastModifiedDate)
      Specifies the lastModifiedDate property: Date and time when the export was last modified..
      Parameters:
      lastModifiedDate - Date and time when the export was last modified.
      Returns:
      the next definition stage.