Interface DataExport.UpdateStages.WithDataExportId

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

public static interface DataExport.UpdateStages.WithDataExportId
The stage of the DataExport update allowing to specify dataExportId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDataExportId(String dataExportId)
    Specifies the dataExportId property: The data export rule ID..
  • Method Details

    • withDataExportId

      DataExport.Update withDataExportId(String dataExportId)
      Specifies the dataExportId property: The data export rule ID..
      Parameters:
      dataExportId - The data export rule ID.
      Returns:
      the next definition stage.