Package | Description |
---|---|
io.sphere.sdk.apiclient.queries | |
io.sphere.sdk.cartdiscounts.queries |
Provides types to retrieve the state of cart discounts.
|
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.channels.queries |
Provides types to retrieve the state of channels.
|
io.sphere.sdk.customergroups.queries |
Provides types to retrieve the state of customer groups.
|
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
io.sphere.sdk.discountcodes.queries |
Provides types to retrieve the state of discount codes.
|
io.sphere.sdk.extensions.queries | |
io.sphere.sdk.inventory.queries |
Provides types to retrieve the state of inventory entries.
|
io.sphere.sdk.jsonnodes.queries |
Provides types to retrieve the state of json nodes.
|
io.sphere.sdk.messages.queries |
Provides types to retrieve the state of messages.
|
io.sphere.sdk.orderedits.queries | |
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.productdiscounts.queries |
Provides types to retrieve the state of product discounts.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.productselections.queries |
Provides types to retrieve the state of product selections.
|
io.sphere.sdk.producttypes.queries |
Provides types to retrieve the state of product types.
|
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.shippingmethods.queries |
Provides types to retrieve the state of shipping methods.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
io.sphere.sdk.states.queries |
Provides types to retrieve the state of states.
|
io.sphere.sdk.stores.queries | |
io.sphere.sdk.subscriptions.queries | |
io.sphere.sdk.taxcategories.queries |
Provides types to retrieve the state of tax categories.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
io.sphere.sdk.zones.queries |
Provides types to retrieve the state of zones.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ApiClient>> |
ApiClientQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<CartDiscount>> |
CartDiscountQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Cart>> |
CartInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Cart>> |
CartQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Category>> |
CategoryQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Channel>> |
ChannelQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<CustomerGroup>> |
CustomerGroupQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Customer>> |
CustomerInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Customer>> |
CustomerQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<DiscountCode>> |
DiscountCodeQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Extension>> |
ExtensionQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<InventoryEntry>> |
InventoryEntryQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<com.fasterxml.jackson.databind.JsonNode>> |
JsonNodeQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Message>> |
MessageQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<OrderEdit>> |
OrderEditQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Order>> |
OrderInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Order>> |
OrderQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Payment>> |
PaymentQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ProductDiscount>> |
ProductDiscountQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ProductProjection>> |
ProductProjectionInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ProductProjection>> |
ProductProjectionQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Product>> |
ProductQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ProductSelection>> |
ProductSelectionQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ProductType>> |
ProductTypeQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Class and Description |
---|---|
class |
PagedQueryResultDsl<T> |
Modifier and Type | Field and Description |
---|---|
protected Function<HttpResponse,PagedQueryResult<T>> |
MetaModelQueryDslBuilder.resultMapper |
Modifier and Type | Method and Description |
---|---|
PagedQueryResult<T> |
MetaModelQueryDslImpl.deserialize(HttpResponse httpResponse) |
PagedQueryResult<T> |
Query.deserialize(HttpResponse httpResponse) |
Constructor and Description |
---|
MetaModelQueryDslImpl(List<QueryPredicate<T>> predicate,
List<QuerySort<T>> sort,
Boolean fetchTotal,
Long limit,
Long offset,
String endpoint,
Function<HttpResponse,PagedQueryResult<T>> resultMapper,
List<ExpansionPath<T>> expansionPaths,
List<NameValuePair> additionalHttpQueryParameters,
Q queryModel,
E expansionModel,
Function<MetaModelQueryDslBuilder<T,C,Q,E>,C> queryDslBuilderFunction) |
MetaModelQueryDslImpl(String endpoint,
com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<T>> pagedQueryResultTypeReference,
Q queryModel,
E expansionModel,
Function<MetaModelQueryDslBuilder<T,C,Q,E>,C> queryDslBuilderFunction) |
MetaModelQueryDslImpl(String endpoint,
com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<T>> pagedQueryResultTypeReference,
Q queryModel,
E expansionModel,
Function<MetaModelQueryDslBuilder<T,C,Q,E>,C> queryDslBuilderFunction,
List<NameValuePair> additionalHttpQueryParameters) |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Review>> |
ReviewQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ShippingMethod>> |
ShippingMethodQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ShoppingList>> |
ShoppingListInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ShoppingList>> |
ShoppingListQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<State>> |
StateQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Store>> |
StoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Subscription>> |
SubscriptionQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<TaxCategory>> |
TaxCategoryQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Type>> |
TypeQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Zone>> |
ZoneQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|