public static interface PivotTableSortBy.Builder extends SdkPojo, CopyableBuilder<PivotTableSortBy.Builder,PivotTableSortBy>
| Modifier and Type | Method and Description |
|---|---|
PivotTableSortBy.Builder |
column(ColumnSort column)
The column sort (field id, direction) for the pivot table sort by options.
|
default PivotTableSortBy.Builder |
column(Consumer<ColumnSort.Builder> column)
The column sort (field id, direction) for the pivot table sort by options.
|
default PivotTableSortBy.Builder |
dataPath(Consumer<DataPathSort.Builder> dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
|
PivotTableSortBy.Builder |
dataPath(DataPathSort dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
|
default PivotTableSortBy.Builder |
field(Consumer<FieldSort.Builder> field)
The field sort (field id, direction) for the pivot table sort by options.
|
PivotTableSortBy.Builder |
field(FieldSort field)
The field sort (field id, direction) for the pivot table sort by options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableSortBy.Builder field(FieldSort field)
The field sort (field id, direction) for the pivot table sort by options.
field - The field sort (field id, direction) for the pivot table sort by options.default PivotTableSortBy.Builder field(Consumer<FieldSort.Builder> field)
The field sort (field id, direction) for the pivot table sort by options.
This is a convenience method that creates an instance of theFieldSort.Builder avoiding the need to
create one manually via FieldSort.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to field(FieldSort).
field - a consumer that will call methods on FieldSort.Builderfield(FieldSort)PivotTableSortBy.Builder column(ColumnSort column)
The column sort (field id, direction) for the pivot table sort by options.
column - The column sort (field id, direction) for the pivot table sort by options.default PivotTableSortBy.Builder column(Consumer<ColumnSort.Builder> column)
The column sort (field id, direction) for the pivot table sort by options.
This is a convenience method that creates an instance of theColumnSort.Builder avoiding the need to
create one manually via ColumnSort.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to column(ColumnSort).
column - a consumer that will call methods on ColumnSort.Buildercolumn(ColumnSort)PivotTableSortBy.Builder dataPath(DataPathSort dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
dataPath - The data path sort (data path value, direction) for the pivot table sort by options.default PivotTableSortBy.Builder dataPath(Consumer<DataPathSort.Builder> dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
This is a convenience method that creates an instance of theDataPathSort.Builder avoiding the need
to create one manually via DataPathSort.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataPath(DataPathSort).
dataPath - a consumer that will call methods on DataPathSort.BuilderdataPath(DataPathSort)Copyright © 2023. All rights reserved.