public static interface PivotFieldSortOptions.Builder extends SdkPojo, CopyableBuilder<PivotFieldSortOptions.Builder,PivotFieldSortOptions>
| Modifier and Type | Method and Description |
|---|---|
PivotFieldSortOptions.Builder |
fieldId(String fieldId)
The field ID for the field sort options.
|
default PivotFieldSortOptions.Builder |
sortBy(Consumer<PivotTableSortBy.Builder> sortBy)
The sort by field for the field sort options.
|
PivotFieldSortOptions.Builder |
sortBy(PivotTableSortBy sortBy)
The sort by field for the field sort options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotFieldSortOptions.Builder fieldId(String fieldId)
The field ID for the field sort options.
fieldId - The field ID for the field sort options.PivotFieldSortOptions.Builder sortBy(PivotTableSortBy sortBy)
The sort by field for the field sort options.
sortBy - The sort by field for the field sort options.default PivotFieldSortOptions.Builder sortBy(Consumer<PivotTableSortBy.Builder> sortBy)
The sort by field for the field sort options.
This is a convenience method that creates an instance of thePivotTableSortBy.Builder avoiding the
need to create one manually via PivotTableSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortBy(PivotTableSortBy).
sortBy - a consumer that will call methods on PivotTableSortBy.BuildersortBy(PivotTableSortBy)Copyright © 2023. All rights reserved.