public static interface PivotTableFieldOptions.Builder extends SdkPojo, CopyableBuilder<PivotTableFieldOptions.Builder,PivotTableFieldOptions>
| Modifier and Type | Method and Description |
|---|---|
PivotTableFieldOptions.Builder |
collapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions)
The collapse state options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
collapseStateOptions(Consumer<PivotTableFieldCollapseStateOption.Builder>... collapseStateOptions)
The collapse state options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
collapseStateOptions(PivotTableFieldCollapseStateOption... collapseStateOptions)
The collapse state options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
dataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)
The data path options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
dataPathOptions(Consumer<PivotTableDataPathOption.Builder>... dataPathOptions)
The data path options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
dataPathOptions(PivotTableDataPathOption... dataPathOptions)
The data path options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
selectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
selectedFieldOptions(Consumer<PivotTableFieldOption.Builder>... selectedFieldOptions)
The selected field options for the pivot table field options.
|
PivotTableFieldOptions.Builder |
selectedFieldOptions(PivotTableFieldOption... selectedFieldOptions)
The selected field options for the pivot table field options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableFieldOptions.Builder selectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
selectedFieldOptions - The selected field options for the pivot table field options.PivotTableFieldOptions.Builder selectedFieldOptions(PivotTableFieldOption... selectedFieldOptions)
The selected field options for the pivot table field options.
selectedFieldOptions - The selected field options for the pivot table field options.PivotTableFieldOptions.Builder selectedFieldOptions(Consumer<PivotTableFieldOption.Builder>... selectedFieldOptions)
The selected field options for the pivot table field options.
This is a convenience method that creates an instance of thePivotTableFieldOption.Builder avoiding the need to
create one manually via
PivotTableFieldOption.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #selectedFieldOptions(List.
selectedFieldOptions - a consumer that will call methods on
PivotTableFieldOption.Builder#selectedFieldOptions(java.util.Collection) PivotTableFieldOptions.Builder dataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)
The data path options for the pivot table field options.
dataPathOptions - The data path options for the pivot table field options.PivotTableFieldOptions.Builder dataPathOptions(PivotTableDataPathOption... dataPathOptions)
The data path options for the pivot table field options.
dataPathOptions - The data path options for the pivot table field options.PivotTableFieldOptions.Builder dataPathOptions(Consumer<PivotTableDataPathOption.Builder>... dataPathOptions)
The data path options for the pivot table field options.
This is a convenience method that creates an instance of thePivotTableDataPathOption.Builder avoiding the need
to create one manually via
PivotTableDataPathOption.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataPathOptions(List.
dataPathOptions - a consumer that will call methods on
PivotTableDataPathOption.Builder#dataPathOptions(java.util.Collection) PivotTableFieldOptions.Builder collapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions)
The collapse state options for the pivot table field options.
collapseStateOptions - The collapse state options for the pivot table field options.PivotTableFieldOptions.Builder collapseStateOptions(PivotTableFieldCollapseStateOption... collapseStateOptions)
The collapse state options for the pivot table field options.
collapseStateOptions - The collapse state options for the pivot table field options.PivotTableFieldOptions.Builder collapseStateOptions(Consumer<PivotTableFieldCollapseStateOption.Builder>... collapseStateOptions)
The collapse state options for the pivot table field options.
This is a convenience method that creates an instance of thePivotTableFieldCollapseStateOption.Builder avoiding
the need to create one manually via
PivotTableFieldCollapseStateOption.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #collapseStateOptions(List.
collapseStateOptions - a consumer that will call methods on
PivotTableFieldCollapseStateOption.Builder#collapseStateOptions(java.util.Collection) Copyright © 2023. All rights reserved.