public static interface SubtotalOptions.Builder extends SdkPojo, CopyableBuilder<SubtotalOptions.Builder,SubtotalOptions>
| Modifier and Type | Method and Description |
|---|---|
SubtotalOptions.Builder |
customLabel(String customLabel)
The custom label string for the subtotal cells.
|
SubtotalOptions.Builder |
fieldLevel(PivotTableSubtotalLevel fieldLevel)
The field level (all, custom, last) for the subtotal cells.
|
SubtotalOptions.Builder |
fieldLevel(String fieldLevel)
The field level (all, custom, last) for the subtotal cells.
|
SubtotalOptions.Builder |
fieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions)
The optional configuration of subtotal cells.
|
SubtotalOptions.Builder |
fieldLevelOptions(Consumer<PivotTableFieldSubtotalOptions.Builder>... fieldLevelOptions)
The optional configuration of subtotal cells.
|
SubtotalOptions.Builder |
fieldLevelOptions(PivotTableFieldSubtotalOptions... fieldLevelOptions)
The optional configuration of subtotal cells.
|
default SubtotalOptions.Builder |
metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
|
SubtotalOptions.Builder |
metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
|
SubtotalOptions.Builder |
styleTargets(Collection<TableStyleTarget> styleTargets)
The style targets options for subtotals.
|
SubtotalOptions.Builder |
styleTargets(Consumer<TableStyleTarget.Builder>... styleTargets)
The style targets options for subtotals.
|
SubtotalOptions.Builder |
styleTargets(TableStyleTarget... styleTargets)
The style targets options for subtotals.
|
default SubtotalOptions.Builder |
totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The cell styling options for the subtotal cells.
|
SubtotalOptions.Builder |
totalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the subtotal cells.
|
SubtotalOptions.Builder |
totalsVisibility(String totalsVisibility)
The visibility configuration for the subtotal cells.
|
SubtotalOptions.Builder |
totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the subtotal cells.
|
default SubtotalOptions.Builder |
valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the subtotals of value cells.
|
SubtotalOptions.Builder |
valueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the subtotals of value cells.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubtotalOptions.Builder totalsVisibility(String totalsVisibility)
The visibility configuration for the subtotal cells.
totalsVisibility - The visibility configuration for the subtotal cells.Visibility,
VisibilitySubtotalOptions.Builder totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the subtotal cells.
totalsVisibility - The visibility configuration for the subtotal cells.Visibility,
VisibilitySubtotalOptions.Builder customLabel(String customLabel)
The custom label string for the subtotal cells.
customLabel - The custom label string for the subtotal cells.SubtotalOptions.Builder fieldLevel(String fieldLevel)
The field level (all, custom, last) for the subtotal cells.
fieldLevel - The field level (all, custom, last) for the subtotal cells.PivotTableSubtotalLevel,
PivotTableSubtotalLevelSubtotalOptions.Builder fieldLevel(PivotTableSubtotalLevel fieldLevel)
The field level (all, custom, last) for the subtotal cells.
fieldLevel - The field level (all, custom, last) for the subtotal cells.PivotTableSubtotalLevel,
PivotTableSubtotalLevelSubtotalOptions.Builder fieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions)
The optional configuration of subtotal cells.
fieldLevelOptions - The optional configuration of subtotal cells.SubtotalOptions.Builder fieldLevelOptions(PivotTableFieldSubtotalOptions... fieldLevelOptions)
The optional configuration of subtotal cells.
fieldLevelOptions - The optional configuration of subtotal cells.SubtotalOptions.Builder fieldLevelOptions(Consumer<PivotTableFieldSubtotalOptions.Builder>... fieldLevelOptions)
The optional configuration of subtotal cells.
This is a convenience method that creates an instance of thePivotTableFieldSubtotalOptions.Builder avoiding the
need to create one manually via
PivotTableFieldSubtotalOptions.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #fieldLevelOptions(List.
fieldLevelOptions - a consumer that will call methods on
PivotTableFieldSubtotalOptions.Builder#fieldLevelOptions(java.util.Collection) SubtotalOptions.Builder totalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the subtotal cells.
totalCellStyle - The cell styling options for the subtotal cells.default SubtotalOptions.Builder totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The cell styling options for the subtotal cells.
This is a convenience method that creates an instance of theTableCellStyle.Builder avoiding the need
to create one manually via TableCellStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to totalCellStyle(TableCellStyle).
totalCellStyle - a consumer that will call methods on TableCellStyle.BuildertotalCellStyle(TableCellStyle)SubtotalOptions.Builder valueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the subtotals of value cells.
valueCellStyle - The cell styling options for the subtotals of value cells.default SubtotalOptions.Builder valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the subtotals of value cells.
This is a convenience method that creates an instance of theTableCellStyle.Builder avoiding the need
to create one manually via TableCellStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to valueCellStyle(TableCellStyle).
valueCellStyle - a consumer that will call methods on TableCellStyle.BuildervalueCellStyle(TableCellStyle)SubtotalOptions.Builder metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
metricHeaderCellStyle - The cell styling options for the subtotals of header cells.default SubtotalOptions.Builder metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the subtotals of header cells.
This is a convenience method that creates an instance of theTableCellStyle.Builder avoiding the need
to create one manually via TableCellStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metricHeaderCellStyle(TableCellStyle).
metricHeaderCellStyle - a consumer that will call methods on TableCellStyle.BuildermetricHeaderCellStyle(TableCellStyle)SubtotalOptions.Builder styleTargets(Collection<TableStyleTarget> styleTargets)
The style targets options for subtotals.
styleTargets - The style targets options for subtotals.SubtotalOptions.Builder styleTargets(TableStyleTarget... styleTargets)
The style targets options for subtotals.
styleTargets - The style targets options for subtotals.SubtotalOptions.Builder styleTargets(Consumer<TableStyleTarget.Builder>... styleTargets)
The style targets options for subtotals.
This is a convenience method that creates an instance of theTableStyleTarget.Builder avoiding the need to create
one manually via TableStyleTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #styleTargets(List.
styleTargets - a consumer that will call methods on
TableStyleTarget.Builder#styleTargets(java.util.Collection) Copyright © 2023. All rights reserved.