public static interface AxisLabelReferenceOptions.Builder extends SdkPojo, CopyableBuilder<AxisLabelReferenceOptions.Builder,AxisLabelReferenceOptions>
| Modifier and Type | Method and Description |
|---|---|
AxisLabelReferenceOptions.Builder |
column(ColumnIdentifier column)
The column that the axis label is targeted to.
|
default AxisLabelReferenceOptions.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that the axis label is targeted to.
|
AxisLabelReferenceOptions.Builder |
fieldId(String fieldId)
The field that the axis label is targeted to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAxisLabelReferenceOptions.Builder fieldId(String fieldId)
The field that the axis label is targeted to.
fieldId - The field that the axis label is targeted to.AxisLabelReferenceOptions.Builder column(ColumnIdentifier column)
The column that the axis label is targeted to.
column - The column that the axis label is targeted to.default AxisLabelReferenceOptions.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that the axis label is targeted to.
This is a convenience method that creates an instance of theColumnIdentifier.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)Copyright © 2023. All rights reserved.