Interface Export.UpdateStages.WithSchedule

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

public static interface Export.UpdateStages.WithSchedule
The stage of the Export update allowing to specify schedule.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the schedule property: Has schedule information for the export..
  • Method Details

    • withSchedule

      Export.Update withSchedule(ExportSchedule schedule)
      Specifies the schedule property: Has schedule information for the export..
      Parameters:
      schedule - Has schedule information for the export.
      Returns:
      the next definition stage.