Package | Description |
---|---|
io.sphere.sdk.cartdiscounts.queries |
Provides types to retrieve the state of cart discounts.
|
io.sphere.sdk.categories.queries |
Provides types to retrieve the state of categories.
|
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.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<CartDiscount> |
CartDiscountQueryModel.name() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<Category> |
CategoryQueryModel.name() |
LocalizedStringQuerySortingModel<Category> |
CategoryQueryModel.slug() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<T> |
PaymentMethodInfoQueryModel.name() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<ProductDiscount> |
ProductDiscountQueryModel.name() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<T> |
ProductDataQueryModel.metaDescription() |
LocalizedStringQuerySortingModel<ProductProjection> |
ProductProjectionQueryModel.metaDescription() |
LocalizedStringQuerySortingModel<T> |
ProductDataQueryModel.metaKeywords() |
LocalizedStringQuerySortingModel<ProductProjection> |
ProductProjectionQueryModel.metaKeywords() |
LocalizedStringQuerySortingModel<T> |
ProductDataQueryModel.metaTitle() |
LocalizedStringQuerySortingModel<ProductProjection> |
ProductProjectionQueryModel.metaTitle() |
LocalizedStringQuerySortingModel<T> |
ProductDataQueryModel.name() |
LocalizedStringQuerySortingModel<ProductProjection> |
ProductProjectionQueryModel.name() |
LocalizedStringQuerySortingModel<T> |
ProductDataQueryModel.slug() |
LocalizedStringQuerySortingModel<ProductProjection> |
ProductProjectionQueryModel.slug() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<ProductSelection> |
ProductSelectionQueryModel.name() |
Modifier and Type | Method and Description |
---|---|
protected LocalizedStringQuerySortingModel<T> |
QueryModelImpl.localizedStringQueryModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
LocalizedStringQuerySortingModel<ShoppingList> |
ShoppingListQueryModel.name() |