Interface KpiResourceFormat.UpdateStages.WithFunction

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

public static interface KpiResourceFormat.UpdateStages.WithFunction
The stage of the KpiResourceFormat update allowing to specify function.
  • Method Details

    • withFunction

      KpiResourceFormat.Update withFunction(KpiFunctions function)
      Specifies the function property: The computation function for the KPI..
      Parameters:
      function - The computation function for the KPI.
      Returns:
      the next definition stage.