Interface WordCloudAggregatedFieldWells.Builder

    • Method Detail

      • groupBy

        WordCloudAggregatedFieldWells.Builder groupBy​(Collection<DimensionField> groupBy)

        The group by field well of a word cloud. Values are grouped by group by fields.

        Parameters:
        groupBy - The group by field well of a word cloud. Values are grouped by group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupBy

        WordCloudAggregatedFieldWells.Builder groupBy​(DimensionField... groupBy)

        The group by field well of a word cloud. Values are grouped by group by fields.

        Parameters:
        groupBy - The group by field well of a word cloud. Values are grouped by group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        WordCloudAggregatedFieldWells.Builder size​(Collection<MeasureField> size)

        The size field well of a word cloud. Values are aggregated based on group by fields.

        Parameters:
        size - The size field well of a word cloud. Values are aggregated based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        WordCloudAggregatedFieldWells.Builder size​(MeasureField... size)

        The size field well of a word cloud. Values are aggregated based on group by fields.

        Parameters:
        size - The size field well of a word cloud. Values are aggregated based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.