Interface Export.UpdateStages.WithDeliveryInfo

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

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

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

    • withDeliveryInfo

      Export.Update withDeliveryInfo(ExportDeliveryInfo deliveryInfo)
      Specifies the deliveryInfo property: Has delivery information for the export..
      Parameters:
      deliveryInfo - Has delivery information for the export.
      Returns:
      the next definition stage.