public static interface FilterGroup.Builder extends SdkPojo, CopyableBuilder<FilterGroup.Builder,FilterGroup>
| Modifier and Type | Method and Description |
|---|---|
FilterGroup.Builder |
crossDataset(CrossDatasetTypes crossDataset)
The filter new feature which can apply filter group to all data sets.
|
FilterGroup.Builder |
crossDataset(String crossDataset)
The filter new feature which can apply filter group to all data sets.
|
FilterGroup.Builder |
filterGroupId(String filterGroupId)
The value that uniquely identifies a
FilterGroup within a dashboard, template, or analysis. |
FilterGroup.Builder |
filters(Collection<Filter> filters)
The list of filters that are present in a
FilterGroup. |
FilterGroup.Builder |
filters(Consumer<Filter.Builder>... filters)
The list of filters that are present in a
FilterGroup. |
FilterGroup.Builder |
filters(Filter... filters)
The list of filters that are present in a
FilterGroup. |
default FilterGroup.Builder |
scopeConfiguration(Consumer<FilterScopeConfiguration.Builder> scopeConfiguration)
The configuration that specifies what scope to apply to a
FilterGroup. |
FilterGroup.Builder |
scopeConfiguration(FilterScopeConfiguration scopeConfiguration)
The configuration that specifies what scope to apply to a
FilterGroup. |
FilterGroup.Builder |
status(String status)
The status of the
FilterGroup. |
FilterGroup.Builder |
status(WidgetStatus status)
The status of the
FilterGroup. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterGroup.Builder filterGroupId(String filterGroupId)
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
filterGroupId - The value that uniquely identifies a FilterGroup within a dashboard, template, or
analysis.FilterGroup.Builder filters(Collection<Filter> filters)
The list of filters that are present in a FilterGroup.
filters - The list of filters that are present in a FilterGroup.FilterGroup.Builder filters(Filter... filters)
The list of filters that are present in a FilterGroup.
filters - The list of filters that are present in a FilterGroup.FilterGroup.Builder filters(Consumer<Filter.Builder>... filters)
The list of filters that are present in a FilterGroup.
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) FilterGroup.Builder scopeConfiguration(FilterScopeConfiguration scopeConfiguration)
The configuration that specifies what scope to apply to a FilterGroup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
scopeConfiguration - The configuration that specifies what scope to apply to a FilterGroup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
default FilterGroup.Builder scopeConfiguration(Consumer<FilterScopeConfiguration.Builder> scopeConfiguration)
The configuration that specifies what scope to apply to a FilterGroup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
This is a convenience method that creates an instance of theFilterScopeConfiguration.Builder
avoiding the need to create one manually via FilterScopeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to scopeConfiguration(FilterScopeConfiguration).
scopeConfiguration - a consumer that will call methods on FilterScopeConfiguration.BuilderscopeConfiguration(FilterScopeConfiguration)FilterGroup.Builder status(String status)
The status of the FilterGroup.
status - The status of the FilterGroup.WidgetStatus,
WidgetStatusFilterGroup.Builder status(WidgetStatus status)
The status of the FilterGroup.
status - The status of the FilterGroup.WidgetStatus,
WidgetStatusFilterGroup.Builder crossDataset(String crossDataset)
The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
crossDataset - The filter new feature which can apply filter group to all data sets. Choose one of the following
options:
ALL_DATASETS
SINGLE_DATASET
CrossDatasetTypes,
CrossDatasetTypesFilterGroup.Builder crossDataset(CrossDatasetTypes crossDataset)
The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
crossDataset - The filter new feature which can apply filter group to all data sets. Choose one of the following
options:
ALL_DATASETS
SINGLE_DATASET
CrossDatasetTypes,
CrossDatasetTypesCopyright © 2023. All rights reserved.