Interface KpiResourceFormat.UpdateStages.WithGroupBy

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

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

    Modifier and Type
    Method
    Description
    Specifies the groupBy property: the group by properties for the KPI..
  • Method Details

    • withGroupBy

      KpiResourceFormat.Update withGroupBy(List<String> groupBy)
      Specifies the groupBy property: the group by properties for the KPI..
      Parameters:
      groupBy - the group by properties for the KPI.
      Returns:
      the next definition stage.