Interface DataExport.UpdateStages.WithCreatedDate

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

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

    Modifier and Type
    Method
    Description
    withCreatedDate(String createdDate)
    Specifies the createdDate property: The latest data export rule modification time..
  • Method Details

    • withCreatedDate

      DataExport.Update withCreatedDate(String createdDate)
      Specifies the createdDate property: The latest data export rule modification time..
      Parameters:
      createdDate - The latest data export rule modification time.
      Returns:
      the next definition stage.