public static interface ExplicitHierarchy.Builder extends SdkPojo, CopyableBuilder<ExplicitHierarchy.Builder,ExplicitHierarchy>
| Modifier and Type | Method and Description |
|---|---|
ExplicitHierarchy.Builder |
columns(Collection<ColumnIdentifier> columns)
The list of columns that define the explicit hierarchy.
|
ExplicitHierarchy.Builder |
columns(ColumnIdentifier... columns)
The list of columns that define the explicit hierarchy.
|
ExplicitHierarchy.Builder |
columns(Consumer<ColumnIdentifier.Builder>... columns)
The list of columns that define the explicit hierarchy.
|
ExplicitHierarchy.Builder |
drillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
ExplicitHierarchy.Builder |
drillDownFilters(Consumer<DrillDownFilter.Builder>... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
ExplicitHierarchy.Builder |
drillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
ExplicitHierarchy.Builder |
hierarchyId(String hierarchyId)
The hierarchy ID of the explicit hierarchy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExplicitHierarchy.Builder hierarchyId(String hierarchyId)
The hierarchy ID of the explicit hierarchy.
hierarchyId - The hierarchy ID of the explicit hierarchy.ExplicitHierarchy.Builder columns(Collection<ColumnIdentifier> columns)
The list of columns that define the explicit hierarchy.
columns - The list of columns that define the explicit hierarchy.ExplicitHierarchy.Builder columns(ColumnIdentifier... columns)
The list of columns that define the explicit hierarchy.
columns - The list of columns that define the explicit hierarchy.ExplicitHierarchy.Builder columns(Consumer<ColumnIdentifier.Builder>... columns)
The list of columns that define the explicit hierarchy.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the need to create
one manually via ColumnIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #columns(List.
columns - a consumer that will call methods on
ColumnIdentifier.Builder#columns(java.util.Collection) ExplicitHierarchy.Builder drillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
drillDownFilters - The option that determines the drill down filters for the explicit hierarchy.ExplicitHierarchy.Builder drillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
drillDownFilters - The option that determines the drill down filters for the explicit hierarchy.ExplicitHierarchy.Builder drillDownFilters(Consumer<DrillDownFilter.Builder>... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
This is a convenience method that creates an instance of theDrillDownFilter.Builder avoiding the need to create
one manually via DrillDownFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #drillDownFilters(List.
drillDownFilters - a consumer that will call methods on
DrillDownFilter.Builder#drillDownFilters(java.util.Collection) Copyright © 2023. All rights reserved.