public static interface MeasureField.Builder extends SdkPojo, CopyableBuilder<MeasureField.Builder,MeasureField>
| Modifier and Type | Method and Description |
|---|---|
MeasureField.Builder |
calculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
|
default MeasureField.Builder |
calculatedMeasureField(Consumer<CalculatedMeasureField.Builder> calculatedMeasureField)
The calculated measure field only used in pivot tables.
|
MeasureField.Builder |
categoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
|
default MeasureField.Builder |
categoricalMeasureField(Consumer<CategoricalMeasureField.Builder> categoricalMeasureField)
The measure type field with categorical type columns.
|
default MeasureField.Builder |
dateMeasureField(Consumer<DateMeasureField.Builder> dateMeasureField)
The measure type field with date type columns.
|
MeasureField.Builder |
dateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
|
default MeasureField.Builder |
numericalMeasureField(Consumer<NumericalMeasureField.Builder> numericalMeasureField)
The measure type field with numerical type columns.
|
MeasureField.Builder |
numericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMeasureField.Builder numericalMeasureField(NumericalMeasureField numericalMeasureField)
The measure type field with numerical type columns.
numericalMeasureField - The measure type field with numerical type columns.default MeasureField.Builder numericalMeasureField(Consumer<NumericalMeasureField.Builder> numericalMeasureField)
The measure type field with numerical type columns.
This is a convenience method that creates an instance of theNumericalMeasureField.Builder avoiding
the need to create one manually via NumericalMeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to numericalMeasureField(NumericalMeasureField).
numericalMeasureField - a consumer that will call methods on NumericalMeasureField.BuildernumericalMeasureField(NumericalMeasureField)MeasureField.Builder categoricalMeasureField(CategoricalMeasureField categoricalMeasureField)
The measure type field with categorical type columns.
categoricalMeasureField - The measure type field with categorical type columns.default MeasureField.Builder categoricalMeasureField(Consumer<CategoricalMeasureField.Builder> categoricalMeasureField)
The measure type field with categorical type columns.
This is a convenience method that creates an instance of theCategoricalMeasureField.Builder avoiding
the need to create one manually via CategoricalMeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to categoricalMeasureField(CategoricalMeasureField).
categoricalMeasureField - a consumer that will call methods on CategoricalMeasureField.BuildercategoricalMeasureField(CategoricalMeasureField)MeasureField.Builder dateMeasureField(DateMeasureField dateMeasureField)
The measure type field with date type columns.
dateMeasureField - The measure type field with date type columns.default MeasureField.Builder dateMeasureField(Consumer<DateMeasureField.Builder> dateMeasureField)
The measure type field with date type columns.
This is a convenience method that creates an instance of theDateMeasureField.Builder avoiding the
need to create one manually via DateMeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dateMeasureField(DateMeasureField).
dateMeasureField - a consumer that will call methods on DateMeasureField.BuilderdateMeasureField(DateMeasureField)MeasureField.Builder calculatedMeasureField(CalculatedMeasureField calculatedMeasureField)
The calculated measure field only used in pivot tables.
calculatedMeasureField - The calculated measure field only used in pivot tables.default MeasureField.Builder calculatedMeasureField(Consumer<CalculatedMeasureField.Builder> calculatedMeasureField)
The calculated measure field only used in pivot tables.
This is a convenience method that creates an instance of theCalculatedMeasureField.Builder avoiding
the need to create one manually via CalculatedMeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to calculatedMeasureField(CalculatedMeasureField).
calculatedMeasureField - a consumer that will call methods on CalculatedMeasureField.BuildercalculatedMeasureField(CalculatedMeasureField)Copyright © 2023. All rights reserved.