Interface Export.DefinitionStages.WithFormat

All Known Subinterfaces:
Export.Definition, Export.DefinitionStages.WithCreate
Enclosing interface:
Export.DefinitionStages

public static interface Export.DefinitionStages.WithFormat
The stage of the Export definition allowing to specify format.
  • Method Details

    • withFormat

      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.