public static interface PivotTableConfiguration.Builder extends SdkPojo, CopyableBuilder<PivotTableConfiguration.Builder,PivotTableConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableConfiguration.Builder fieldWells(PivotTableFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default PivotTableConfiguration.Builder fieldWells(Consumer<PivotTableFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of thePivotTableFieldWells.Builder avoiding
the need to create one manually via PivotTableFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(PivotTableFieldWells).
fieldWells - a consumer that will call methods on PivotTableFieldWells.BuilderfieldWells(PivotTableFieldWells)PivotTableConfiguration.Builder sortConfiguration(PivotTableSortConfiguration sortConfiguration)
The sort configuration for a PivotTableVisual.
sortConfiguration - The sort configuration for a PivotTableVisual.default PivotTableConfiguration.Builder sortConfiguration(Consumer<PivotTableSortConfiguration.Builder> sortConfiguration)
The sort configuration for a PivotTableVisual.
PivotTableSortConfiguration.Builder
avoiding the need to create one manually via PivotTableSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortConfiguration(PivotTableSortConfiguration).
sortConfiguration - a consumer that will call methods on PivotTableSortConfiguration.BuildersortConfiguration(PivotTableSortConfiguration)PivotTableConfiguration.Builder tableOptions(PivotTableOptions tableOptions)
The table options for a pivot table visual.
tableOptions - The table options for a pivot table visual.default PivotTableConfiguration.Builder tableOptions(Consumer<PivotTableOptions.Builder> tableOptions)
The table options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTableOptions.Builder avoiding the
need to create one manually via PivotTableOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tableOptions(PivotTableOptions).
tableOptions - a consumer that will call methods on PivotTableOptions.BuildertableOptions(PivotTableOptions)PivotTableConfiguration.Builder totalOptions(PivotTableTotalOptions totalOptions)
The total options for a pivot table visual.
totalOptions - The total options for a pivot table visual.default PivotTableConfiguration.Builder totalOptions(Consumer<PivotTableTotalOptions.Builder> totalOptions)
The total options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTableTotalOptions.Builder avoiding
the need to create one manually via PivotTableTotalOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to totalOptions(PivotTableTotalOptions).
totalOptions - a consumer that will call methods on PivotTableTotalOptions.BuildertotalOptions(PivotTableTotalOptions)PivotTableConfiguration.Builder fieldOptions(PivotTableFieldOptions fieldOptions)
The field options for a pivot table visual.
fieldOptions - The field options for a pivot table visual.default PivotTableConfiguration.Builder fieldOptions(Consumer<PivotTableFieldOptions.Builder> fieldOptions)
The field options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTableFieldOptions.Builder avoiding
the need to create one manually via PivotTableFieldOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldOptions(PivotTableFieldOptions).
fieldOptions - a consumer that will call methods on PivotTableFieldOptions.BuilderfieldOptions(PivotTableFieldOptions)PivotTableConfiguration.Builder paginatedReportOptions(PivotTablePaginatedReportOptions paginatedReportOptions)
The paginated report options for a pivot table visual.
paginatedReportOptions - The paginated report options for a pivot table visual.default PivotTableConfiguration.Builder paginatedReportOptions(Consumer<PivotTablePaginatedReportOptions.Builder> paginatedReportOptions)
The paginated report options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTablePaginatedReportOptions.Builder
avoiding the need to create one manually via PivotTablePaginatedReportOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to paginatedReportOptions(PivotTablePaginatedReportOptions).
paginatedReportOptions - a consumer that will call methods on PivotTablePaginatedReportOptions.BuilderpaginatedReportOptions(PivotTablePaginatedReportOptions)Copyright © 2023. All rights reserved.