Interface Export.UpdateStages.WithFormat

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

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

    Modifier and Type
    Method
    Description
    Specifies the format property: The format of the export being delivered.
  • Method Details

    • withFormat

      Export.Update withFormat(FormatType format)
      Specifies the format property: The format of the export being delivered. Currently only 'Csv' is supported..
      Parameters:
      format - The format of the export being delivered. Currently only 'Csv' is supported.
      Returns:
      the next definition stage.