Class FilterEditConfiguration
java.lang.Object
org.tailormap.api.persistence.json.FilterEditConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.15.0")
public class FilterEditConfiguration
extends Object
implements Serializable
configuration for editing filter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe type of filter toolstatic enumthe mode of input for the filter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributeValuesSettingsItem(AttributeValueSettings attributeValuesSettingsItem) attributeValuesSettings(List<@Valid AttributeValueSettings> attributeValuesSettings) booleanfilterTool(FilterEditConfiguration.FilterToolEnum filterTool) Get alias1Get alias2@Valid List<@Valid AttributeValueSettings>settings for the attribute valuesthe type of filter tool@Valid OffsetDateTimeinitial value for the date filter@Valid OffsetDateTimeinitial lower value for a date filter with between conditioninitial lower value for a slider filter with between condition@Valid OffsetDateTimeinitial upper value for a date filter with between conditioninitial upper value for a slider filter with between conditioninitial value for the sliderthe mode of input for the filtermaximum value for the sliderminimum value for the sliderwhen true the filter starts with value2 selectedthe step size for the sliderGet value1Get value2inthashCode()initialDate(OffsetDateTime initialDate) initialLowerDate(OffsetDateTime initialLowerDate) initialLowerValue(Double initialLowerValue) initialUpperDate(OffsetDateTime initialUpperDate) initialUpperValue(Double initialUpperValue) initialValue(Double initialValue) inputMode(FilterEditConfiguration.InputModeEnum inputMode) maximumValue(Double maximumValue) minimumValue(Double minimumValue) voidvoidvoidsetAttributeValuesSettings(List<@Valid AttributeValueSettings> attributeValuesSettings) voidsetFilterTool(FilterEditConfiguration.FilterToolEnum filterTool) voidsetInitialDate(OffsetDateTime initialDate) voidsetInitialLowerDate(OffsetDateTime initialLowerDate) voidsetInitialLowerValue(Double initialLowerValue) voidsetInitialUpperDate(OffsetDateTime initialUpperDate) voidsetInitialUpperValue(Double initialUpperValue) voidsetInitialValue(Double initialValue) voidvoidsetMaximumValue(Double maximumValue) voidsetMinimumValue(Double minimumValue) voidsetStartWithValue2(Boolean startWithValue2) voidsetStepSize(Double stepSize) voidvoidstartWithValue2(Boolean startWithValue2) toString()
-
Constructor Details
-
FilterEditConfiguration
public FilterEditConfiguration()
-
-
Method Details
-
filterTool
-
getFilterTool
the type of filter tool- Returns:
- filterTool
-
setFilterTool
-
minimumValue
-
getMinimumValue
minimum value for the slider- Returns:
- minimumValue
-
setMinimumValue
-
maximumValue
-
getMaximumValue
maximum value for the slider- Returns:
- maximumValue
-
setMaximumValue
-
initialValue
-
getInitialValue
initial value for the slider- Returns:
- initialValue
-
setInitialValue
-
initialLowerValue
-
getInitialLowerValue
initial lower value for a slider filter with between condition- Returns:
- initialLowerValue
-
setInitialLowerValue
-
initialUpperValue
-
getInitialUpperValue
initial upper value for a slider filter with between condition- Returns:
- initialUpperValue
-
setInitialUpperValue
-
inputMode
-
getInputMode
the mode of input for the filter- Returns:
- inputMode
-
setInputMode
-
stepSize
-
getStepSize
the step size for the slider- Returns:
- stepSize
-
setStepSize
-
attributeValuesSettings
public FilterEditConfiguration attributeValuesSettings(List<@Valid AttributeValueSettings> attributeValuesSettings) -
addAttributeValuesSettingsItem
public FilterEditConfiguration addAttributeValuesSettingsItem(AttributeValueSettings attributeValuesSettingsItem) -
getAttributeValuesSettings
settings for the attribute values- Returns:
- attributeValuesSettings
-
setAttributeValuesSettings
-
value1
-
getValue1
Get value1- Returns:
- value1
-
setValue1
-
value2
-
getValue2
Get value2- Returns:
- value2
-
setValue2
-
alias1
-
getAlias1
Get alias1- Returns:
- alias1
-
setAlias1
-
alias2
-
getAlias2
Get alias2- Returns:
- alias2
-
setAlias2
-
startWithValue2
-
getStartWithValue2
when true the filter starts with value2 selected- Returns:
- startWithValue2
-
setStartWithValue2
-
initialDate
-
getInitialDate
initial value for the date filter- Returns:
- initialDate
-
setInitialDate
-
initialLowerDate
-
getInitialLowerDate
initial lower value for a date filter with between condition- Returns:
- initialLowerDate
-
setInitialLowerDate
-
initialUpperDate
-
getInitialUpperDate
initial upper value for a date filter with between condition- Returns:
- initialUpperDate
-
setInitialUpperDate
-
equals
-
hashCode
public int hashCode() -
toString
-