Package | Description |
---|---|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<? super T>> |
Bound.exclusive(T endpoint)
Creates a bound with the given endpoint, excluded from the range.
|
static <T extends Comparable<? super T>> |
Bound.inclusive(T endpoint)
Creates a bound with the given endpoint, included from the range.
|
Bound<T> |
Bound.withEndpoint(T endpoint)
Generates a bound with the same characteristics of the current bound but with the given endpoint instead.
|