public static interface NumericalDimensionField.Builder extends SdkPojo, CopyableBuilder<NumericalDimensionField.Builder,NumericalDimensionField>
| Modifier and Type | Method and Description |
|---|---|
NumericalDimensionField.Builder |
column(ColumnIdentifier column)
The column that is used in the
NumericalDimensionField. |
default NumericalDimensionField.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the
NumericalDimensionField. |
NumericalDimensionField.Builder |
fieldId(String fieldId)
The custom field ID.
|
default NumericalDimensionField.Builder |
formatConfiguration(Consumer<NumberFormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
|
NumericalDimensionField.Builder |
formatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
|
NumericalDimensionField.Builder |
hierarchyId(String hierarchyId)
The custom hierarchy ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumericalDimensionField.Builder fieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.NumericalDimensionField.Builder column(ColumnIdentifier column)
The column that is used in the NumericalDimensionField.
column - The column that is used in the NumericalDimensionField.default NumericalDimensionField.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the NumericalDimensionField.
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.Buildercolumn(ColumnIdentifier)NumericalDimensionField.Builder hierarchyId(String hierarchyId)
The custom hierarchy ID.
hierarchyId - The custom hierarchy ID.NumericalDimensionField.Builder formatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.default NumericalDimensionField.Builder formatConfiguration(Consumer<NumberFormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
This is a convenience method that creates an instance of theNumberFormatConfiguration.Builder
avoiding the need to create one manually via NumberFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to formatConfiguration(NumberFormatConfiguration).
formatConfiguration - a consumer that will call methods on NumberFormatConfiguration.BuilderformatConfiguration(NumberFormatConfiguration)Copyright © 2023. All rights reserved.