public class SelectedRefinementValue extends SelectedRefinement<SelectedRefinementValue>
A RefinementValue extends Refinement and represents a navigation refinement that holds a value.
Typically, brand is a value refinement.
- `id`: an MD5 hash of the content of this value.
- `value`: The value of the refinement.
- `count`: the number of records that will be filtered down to by this navigation value.
- `displayName`: A never blank combination of the value / low and high properties.
- `navigationName`: - the name of the parent navigation.
- `isRange`: - whether this is a range refinement or a value refinement
- `type`: - the type of refinement, Value or Range
SelectedRefinement.Type| Constructor and Description |
|---|
SelectedRefinementValue() |
| Modifier and Type | Method and Description |
|---|---|
SelectedRefinement.Type |
getType()
Types are either `Range` or `Value`
They represent the objects RefinementRange and RefinementValue
|
java.lang.String |
getValue() |
SelectedRefinementValue |
setValue(java.lang.String value) |
java.lang.String |
toTildeString() |
getExclude, getId, getNavigationName, isRange, setExclude, setId, setNavigationNamepublic SelectedRefinement.Type getType()
SelectedRefinement
Types are either `Range` or `Value`
They represent the objects RefinementRange and RefinementValue
getType in class SelectedRefinement<SelectedRefinementValue>public java.lang.String toTildeString()
toTildeString in class SelectedRefinement<SelectedRefinementValue>public java.lang.String getValue()
public SelectedRefinementValue setValue(java.lang.String value)
value - Set the valueCopyright © 2013–2016 GroupBy Inc.. All rights reserved.