public static interface ColumnHierarchy.Builder extends SdkPojo, CopyableBuilder<ColumnHierarchy.Builder,ColumnHierarchy>
| Modifier and Type | Method and Description |
|---|---|
default ColumnHierarchy.Builder |
dateTimeHierarchy(Consumer<DateTimeHierarchy.Builder> dateTimeHierarchy)
The option that determines the hierarchy of any
DateTime fields. |
ColumnHierarchy.Builder |
dateTimeHierarchy(DateTimeHierarchy dateTimeHierarchy)
The option that determines the hierarchy of any
DateTime fields. |
default ColumnHierarchy.Builder |
explicitHierarchy(Consumer<ExplicitHierarchy.Builder> explicitHierarchy)
The option that determines the hierarchy of the fields that are built within a visual's field wells.
|
ColumnHierarchy.Builder |
explicitHierarchy(ExplicitHierarchy explicitHierarchy)
The option that determines the hierarchy of the fields that are built within a visual's field wells.
|
default ColumnHierarchy.Builder |
predefinedHierarchy(Consumer<PredefinedHierarchy.Builder> predefinedHierarchy)
The option that determines the hierarchy of the fields that are defined during data preparation.
|
ColumnHierarchy.Builder |
predefinedHierarchy(PredefinedHierarchy predefinedHierarchy)
The option that determines the hierarchy of the fields that are defined during data preparation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnHierarchy.Builder explicitHierarchy(ExplicitHierarchy explicitHierarchy)
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
explicitHierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells.
These fields can't be duplicated to other visuals.default ColumnHierarchy.Builder explicitHierarchy(Consumer<ExplicitHierarchy.Builder> explicitHierarchy)
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
This is a convenience method that creates an instance of theExplicitHierarchy.Builder avoiding the
need to create one manually via ExplicitHierarchy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to explicitHierarchy(ExplicitHierarchy).
explicitHierarchy - a consumer that will call methods on ExplicitHierarchy.BuilderexplicitHierarchy(ExplicitHierarchy)ColumnHierarchy.Builder dateTimeHierarchy(DateTimeHierarchy dateTimeHierarchy)
The option that determines the hierarchy of any DateTime fields.
dateTimeHierarchy - The option that determines the hierarchy of any DateTime fields.default ColumnHierarchy.Builder dateTimeHierarchy(Consumer<DateTimeHierarchy.Builder> dateTimeHierarchy)
The option that determines the hierarchy of any DateTime fields.
DateTimeHierarchy.Builder avoiding the
need to create one manually via DateTimeHierarchy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dateTimeHierarchy(DateTimeHierarchy).
dateTimeHierarchy - a consumer that will call methods on DateTimeHierarchy.BuilderdateTimeHierarchy(DateTimeHierarchy)ColumnHierarchy.Builder predefinedHierarchy(PredefinedHierarchy predefinedHierarchy)
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
predefinedHierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These
fields are available to use in any analysis that uses the data source.default ColumnHierarchy.Builder predefinedHierarchy(Consumer<PredefinedHierarchy.Builder> predefinedHierarchy)
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
This is a convenience method that creates an instance of thePredefinedHierarchy.Builder avoiding the
need to create one manually via PredefinedHierarchy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to predefinedHierarchy(PredefinedHierarchy).
predefinedHierarchy - a consumer that will call methods on PredefinedHierarchy.BuilderpredefinedHierarchy(PredefinedHierarchy)Copyright © 2023. All rights reserved.