Package | Description |
---|---|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductCategoriesIdTermFilterSearchModel<T>
Model to build term filters for the category ID.
|
interface |
ProductCategoriesReferenceFilterSearchModel<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
ExistsAndMissingFilterSearchModelSupport<T> |
interface |
ReferenceFilterSearchModel<T> |
interface |
TermFilterExistsAndMissingSearchModel<T,V>
Model to build term filters with exits and missing predicates.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumFilterSearchModel<T> |
class |
LocalizedEnumFilterSearchModel<T> |
class |
LocalizedStringFilterSearchModel<T> |
class |
MoneyFilterSearchModel<T> |
class |
RangeTermFilterSearchModel<T,V extends Comparable<? super V>>
Model to build range and term filters.
|
class |
TermFilterSearchModelImpl<T,V>
Model to build term filters.
|