Interface KpiResourceFormat.UpdateStages.WithFilter

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

public static interface KpiResourceFormat.UpdateStages.WithFilter
The stage of the KpiResourceFormat update allowing to specify filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the filter property: The filter expression for the KPI..
  • Method Details

    • withFilter

      KpiResourceFormat.Update withFilter(String filter)
      Specifies the filter property: The filter expression for the KPI..
      Parameters:
      filter - The filter expression for the KPI.
      Returns:
      the next definition stage.