Interface Export.UpdateStages.WithDefinition

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

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

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

    • withDefinition

      Export.Update withDefinition(ExportDefinition definition)
      Specifies the definition property: Has the definition for the export..
      Parameters:
      definition - Has the definition for the export.
      Returns:
      the next definition stage.