public static interface PivotTableTotalOptions.Builder extends SdkPojo, CopyableBuilder<PivotTableTotalOptions.Builder,PivotTableTotalOptions>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableTotalOptions.Builder rowSubtotalOptions(SubtotalOptions rowSubtotalOptions)
The row subtotal options.
rowSubtotalOptions - The row subtotal options.default PivotTableTotalOptions.Builder rowSubtotalOptions(Consumer<SubtotalOptions.Builder> rowSubtotalOptions)
The row subtotal options.
This is a convenience method that creates an instance of theSubtotalOptions.Builder avoiding the
need to create one manually via SubtotalOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rowSubtotalOptions(SubtotalOptions).
rowSubtotalOptions - a consumer that will call methods on SubtotalOptions.BuilderrowSubtotalOptions(SubtotalOptions)PivotTableTotalOptions.Builder columnSubtotalOptions(SubtotalOptions columnSubtotalOptions)
The column subtotal options.
columnSubtotalOptions - The column subtotal options.default PivotTableTotalOptions.Builder columnSubtotalOptions(Consumer<SubtotalOptions.Builder> columnSubtotalOptions)
The column subtotal options.
This is a convenience method that creates an instance of theSubtotalOptions.Builder avoiding the
need to create one manually via SubtotalOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to columnSubtotalOptions(SubtotalOptions).
columnSubtotalOptions - a consumer that will call methods on SubtotalOptions.BuildercolumnSubtotalOptions(SubtotalOptions)PivotTableTotalOptions.Builder rowTotalOptions(PivotTotalOptions rowTotalOptions)
The row total options.
rowTotalOptions - The row total options.default PivotTableTotalOptions.Builder rowTotalOptions(Consumer<PivotTotalOptions.Builder> rowTotalOptions)
The row total options.
This is a convenience method that creates an instance of thePivotTotalOptions.Builder avoiding the
need to create one manually via PivotTotalOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rowTotalOptions(PivotTotalOptions).
rowTotalOptions - a consumer that will call methods on PivotTotalOptions.BuilderrowTotalOptions(PivotTotalOptions)PivotTableTotalOptions.Builder columnTotalOptions(PivotTotalOptions columnTotalOptions)
The column total options.
columnTotalOptions - The column total options.default PivotTableTotalOptions.Builder columnTotalOptions(Consumer<PivotTotalOptions.Builder> columnTotalOptions)
The column total options.
This is a convenience method that creates an instance of thePivotTotalOptions.Builder avoiding the
need to create one manually via PivotTotalOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to columnTotalOptions(PivotTotalOptions).
columnTotalOptions - a consumer that will call methods on PivotTotalOptions.BuildercolumnTotalOptions(PivotTotalOptions)Copyright © 2023. All rights reserved.