Package | Description |
---|---|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.categories.queries |
Provides types to retrieve the state of categories.
|
io.sphere.sdk.extensions.queries | |
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomLineItemCollectionQueryModel<T> |
interface |
LineItemCollectionQueryModel<T>
Query predicate build for line items.
|
interface |
LineItemLikeCollectionQueryModel<T>
Query predicate build for line items.
|
interface |
ShippingRateInputQueryModel<T> |
interface |
TaxedPriceOptionalQueryModel<T> |
Modifier and Type | Class and Description |
---|---|
class |
CartLikeQueryModelImpl<T>
Base class to create predicates for
CartLike resources. |
Constructor and Description |
---|
CartLikeQueryModelImpl(QueryModel<T> parent,
String pathSegment) |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryQueryModel |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionQueryModel |
Modifier and Type | Method and Description |
---|---|
static <T> PriceCollectionQueryModel<T> |
PriceCollectionQueryModel.of(QueryModel<T> parent,
String path) |
static <T> ProductVariantQueryModel<T> |
ProductVariantQueryModel.of(QueryModel<T> parent,
String pathSegment) |
Modifier and Type | Interface and Description |
---|---|
interface |
AddressCollectionQueryModel<T> |
interface |
AnyReferenceQueryModel<T> |
interface |
BigDecimalQueryModel<T> |
interface |
BigDecimalQuerySortingModel<T> |
interface |
CurrencyCodeQueryModel<T> |
interface |
DoubleQuerySortingModel<T> |
interface |
GeoJSONQueryModel<T>
Query model for
GeoJSON objects. |
interface |
IntegerQueryModel<T> |
interface |
IntegerQuerySortingModel<T> |
interface |
KeyReferenceQueryModel<T> |
interface |
LocalizedStringOptionalQueryModel<T> |
interface |
LocalizedStringQueryModel<T> |
interface |
LocalizedStringQuerySortingModel<T> |
interface |
LongQueryModel<T> |
interface |
LongQuerySortingModel<T> |
interface |
MoneyQueryModel<T> |
interface |
ReferenceOptionalQueryModel<T,R> |
interface |
ReferenceQueryModel<T,R> |
(package private) interface |
io.sphere.sdk.queries.ReferenceQueryModelLike<T> |
Modifier and Type | Class and Description |
---|---|
class |
QueryModelImpl<T> |
class |
ResourceQueryModelImpl<T> |
Modifier and Type | Method and Description |
---|---|
QueryModel<T> |
QueryModelImpl.getParent() |
QueryModel<T> |
QueryModel.getParent() |
protected QueryModel<T> |
QueryModelQueryPredicate.getQueryModel() |
Modifier and Type | Method and Description |
---|---|
protected BigDecimalQuerySortingModel<T> |
QueryModelImpl.bigDecimalModel(QueryModel<T> parent,
String pathSegment) |
protected BooleanQueryModel<T> |
QueryModelImpl.booleanModel(QueryModel<T> parent,
String pathSegment) |
protected IntegerQuerySortingModel<T> |
QueryModelImpl.integerModel(QueryModel<T> parent,
String pathSegment) |
protected LongQuerySortingModel<T> |
QueryModelImpl.longModel(QueryModel<T> parent,
String pathSegment) |
static <T> DirectionlessQuerySort<T> |
DirectionlessQuerySort.of(QueryModel<T> path) |
protected StringQuerySortingModel<T> |
QueryModelImpl.stringModel(QueryModel<T> parent,
String pathSegment) |
Constructor and Description |
---|
QueryModelImpl(QueryModel<T> parent,
String pathSegment) |
QueryModelQueryPredicate(QueryModel<T> queryModel) |
ResourceQueryModelImpl(QueryModel<T> parent,
String pathSegment) |
SphereQuerySort(QueryModel<T> path,
QuerySortDirection direction) |
Modifier and Type | Method and Description |
---|---|
static <T> ReviewRatingStatisticsQueryModel<T> |
ReviewRatingStatisticsQueryModel.of(QueryModel<T> parent,
String pathSegment) |
Modifier and Type | Class and Description |
---|---|
class |
CustomResourceQueryModelImpl<T>
Internal base class
|
Modifier and Type | Method and Description |
---|---|
static <T> CustomQueryModel<T> |
CustomQueryModel.of(QueryModel<T> parent,
String pathSegment) |
Constructor and Description |
---|
CustomResourceQueryModelImpl(QueryModel<T> parent,
String pathSegment) |