Interface KpiResourceFormat.UpdateStages.WithExpression

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

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

    Modifier and Type
    Method
    Description
    withExpression(String expression)
    Specifies the expression property: The computation expression for the KPI..
  • Method Details

    • withExpression

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