Interface KPIFieldWells.Builder

    • Method Detail

      • values

        KPIFieldWells.Builder values​(Collection<MeasureField> values)

        The value field wells of a KPI visual.

        Parameters:
        values - The value field wells of a KPI visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        KPIFieldWells.Builder values​(MeasureField... values)

        The value field wells of a KPI visual.

        Parameters:
        values - The value field wells of a KPI visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetValues

        KPIFieldWells.Builder targetValues​(Collection<MeasureField> targetValues)

        The target value field wells of a KPI visual.

        Parameters:
        targetValues - The target value field wells of a KPI visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetValues

        KPIFieldWells.Builder targetValues​(MeasureField... targetValues)

        The target value field wells of a KPI visual.

        Parameters:
        targetValues - The target value field wells of a KPI visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trendGroups

        KPIFieldWells.Builder trendGroups​(Collection<DimensionField> trendGroups)

        The trend group field wells of a KPI visual.

        Parameters:
        trendGroups - The trend group field wells of a KPI visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trendGroups

        KPIFieldWells.Builder trendGroups​(DimensionField... trendGroups)

        The trend group field wells of a KPI visual.

        Parameters:
        trendGroups - The trend group field wells of a KPI visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.