| Package | Description |
|---|---|
| com.groupbyinc.api.model | |
| com.groupbyinc.api.model.refinement |
| Modifier and Type | Method and Description |
|---|---|
abstract Refinement.Type |
Refinement.getType()
Types are either `Range` or `Value`
They represent the objects RefinementRange and RefinementValue
|
static Refinement.Type |
Refinement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Refinement.Type[] |
Refinement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Refinement.Type |
RefinementRange.getType() |
Refinement.Type |
RefinementValue.getType() |
Copyright © 2013–2016 GroupBy Inc.. All rights reserved.