public static interface DateMeasureField.Builder extends SdkPojo, CopyableBuilder<DateMeasureField.Builder,DateMeasureField>
Modifier and Type | Method and Description |
---|---|
DateMeasureField.Builder |
aggregationFunction(DateAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
DateMeasureField.Builder |
aggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
|
DateMeasureField.Builder |
column(ColumnIdentifier column)
The column that is used in the
DateMeasureField . |
default DateMeasureField.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the
DateMeasureField . |
DateMeasureField.Builder |
fieldId(String fieldId)
The custom field ID.
|
default DateMeasureField.Builder |
formatConfiguration(Consumer<DateTimeFormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
|
DateMeasureField.Builder |
formatConfiguration(DateTimeFormatConfiguration formatConfiguration)
The format configuration of the field.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DateMeasureField.Builder fieldId(String fieldId)
The custom field ID.
fieldId
- The custom field ID.DateMeasureField.Builder column(ColumnIdentifier column)
The column that is used in the DateMeasureField
.
column
- The column that is used in the DateMeasureField
.default DateMeasureField.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the DateMeasureField
.
ColumnIdentifier.Builder
avoiding the
need to create one manually via ColumnIdentifier.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to column(ColumnIdentifier)
.
column
- a consumer that will call methods on ColumnIdentifier.Builder
column(ColumnIdentifier)
DateMeasureField.Builder aggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
aggregationFunction
- The aggregation function of the measure field.DateAggregationFunction
,
DateAggregationFunction
DateMeasureField.Builder aggregationFunction(DateAggregationFunction aggregationFunction)
The aggregation function of the measure field.
aggregationFunction
- The aggregation function of the measure field.DateAggregationFunction
,
DateAggregationFunction
DateMeasureField.Builder formatConfiguration(DateTimeFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration
- The format configuration of the field.default DateMeasureField.Builder formatConfiguration(Consumer<DateTimeFormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
This is a convenience method that creates an instance of theDateTimeFormatConfiguration.Builder
avoiding the need to create one manually via DateTimeFormatConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to formatConfiguration(DateTimeFormatConfiguration)
.
formatConfiguration
- a consumer that will call methods on DateTimeFormatConfiguration.Builder
formatConfiguration(DateTimeFormatConfiguration)
Copyright © 2023. All rights reserved.