Package | Description |
---|---|
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
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.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.taxcategories.queries |
Provides types to retrieve the state of tax categories.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<Customer> |
CustomerQueryModel.isEmailVerified() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<ProductDiscount> |
ProductDiscountQueryModel.active() |
default BooleanQueryModel<ProductDiscount> |
ProductDiscountQueryModel.isActive() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<ProductProjection> |
ProductProjectionQueryModel.hasStagedChanges() |
BooleanQueryModel<T> |
ProductCatalogDataQueryModel.isPublished() |
BooleanQueryModel<T> |
ProductCatalogDataQueryModel.published() |
Modifier and Type | Method and Description |
---|---|
protected BooleanQueryModel<T> |
QueryModelImpl.booleanModel(QueryModel<T> parent,
String pathSegment) |
protected BooleanQueryModel<T> |
QueryModelImpl.booleanModel(String pathSegment) |
protected BooleanQueryModel<T> |
QueryModelImpl.booleanQueryModel(String pathSegment) |
BooleanQueryModel<T> |
JsonValueQueryModel.ofBoolean() |
BooleanQueryModel<T> |
JsonObjectQueryModel.ofBoolean(String fieldName) |
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<Review> |
ReviewQueryModel.includedInStatistics() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<ShippingMethod> |
ShippingMethodQueryModel.isDefault() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<T> |
TaxRateQueryModel.includedInPrice() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<T> |
FieldsQueryModel.ofBoolean(String name) |