public static interface FilterSliderControl.Builder extends SdkPojo, CopyableBuilder<FilterSliderControl.Builder,FilterSliderControl>
| Modifier and Type | Method and Description |
|---|---|
default FilterSliderControl.Builder |
displayOptions(Consumer<SliderControlDisplayOptions.Builder> displayOptions)
The display options of a control.
|
FilterSliderControl.Builder |
displayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
|
FilterSliderControl.Builder |
filterControlId(String filterControlId)
The ID of the
FilterSliderControl. |
FilterSliderControl.Builder |
maximumValue(Double maximumValue)
The smaller value that is displayed at the left of the slider.
|
FilterSliderControl.Builder |
minimumValue(Double minimumValue)
The larger value that is displayed at the right of the slider.
|
FilterSliderControl.Builder |
sourceFilterId(String sourceFilterId)
The source filter ID of the
FilterSliderControl. |
FilterSliderControl.Builder |
stepSize(Double stepSize)
The number of increments that the slider bar is divided into.
|
FilterSliderControl.Builder |
title(String title)
The title of the
FilterSliderControl. |
FilterSliderControl.Builder |
type(SheetControlSliderType type)
The type of
FilterSliderControl. |
FilterSliderControl.Builder |
type(String type)
The type of
FilterSliderControl. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterSliderControl.Builder filterControlId(String filterControlId)
The ID of the FilterSliderControl.
filterControlId - The ID of the FilterSliderControl.FilterSliderControl.Builder title(String title)
The title of the FilterSliderControl.
title - The title of the FilterSliderControl.FilterSliderControl.Builder sourceFilterId(String sourceFilterId)
The source filter ID of the FilterSliderControl.
sourceFilterId - The source filter ID of the FilterSliderControl.FilterSliderControl.Builder displayOptions(SliderControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.default FilterSliderControl.Builder displayOptions(Consumer<SliderControlDisplayOptions.Builder> displayOptions)
The display options of a control.
This is a convenience method that creates an instance of theSliderControlDisplayOptions.Builder
avoiding the need to create one manually via SliderControlDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to displayOptions(SliderControlDisplayOptions).
displayOptions - a consumer that will call methods on SliderControlDisplayOptions.BuilderdisplayOptions(SliderControlDisplayOptions)FilterSliderControl.Builder type(String type)
The type of FilterSliderControl. Choose one of the following options:
SINGLE_POINT: Filter against(equals) a single data point.
RANGE: Filter data that is in a specified range.
type - The type of FilterSliderControl. Choose one of the following options:
SINGLE_POINT: Filter against(equals) a single data point.
RANGE: Filter data that is in a specified range.
SheetControlSliderType,
SheetControlSliderTypeFilterSliderControl.Builder type(SheetControlSliderType type)
The type of FilterSliderControl. Choose one of the following options:
SINGLE_POINT: Filter against(equals) a single data point.
RANGE: Filter data that is in a specified range.
type - The type of FilterSliderControl. Choose one of the following options:
SINGLE_POINT: Filter against(equals) a single data point.
RANGE: Filter data that is in a specified range.
SheetControlSliderType,
SheetControlSliderTypeFilterSliderControl.Builder maximumValue(Double maximumValue)
The smaller value that is displayed at the left of the slider.
maximumValue - The smaller value that is displayed at the left of the slider.FilterSliderControl.Builder minimumValue(Double minimumValue)
The larger value that is displayed at the right of the slider.
minimumValue - The larger value that is displayed at the right of the slider.FilterSliderControl.Builder stepSize(Double stepSize)
The number of increments that the slider bar is divided into.
stepSize - The number of increments that the slider bar is divided into.Copyright © 2023. All rights reserved.