Interface View.UpdateStages.WithKpis

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

public static interface View.UpdateStages.WithKpis
The stage of the View update allowing to specify kpis.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the kpis property: List of KPIs to show in Cost Analysis UI..
  • Method Details

    • withKpis

      View.Update withKpis(List<KpiProperties> kpis)
      Specifies the kpis property: List of KPIs to show in Cost Analysis UI..
      Parameters:
      kpis - List of KPIs to show in Cost Analysis UI.
      Returns:
      the next definition stage.