Package | Description |
---|---|
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.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.stores.queries | |
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Method and Description |
---|---|
StringCollectionQueryModel<Customer> |
CustomerQueryModel.billingAddressIds() |
StringCollectionQueryModel<Customer> |
CustomerQueryModel.shippingAddressIds() |
Modifier and Type | Method and Description |
---|---|
StringCollectionQueryModel<DiscountCode> |
DiscountCodeQueryModel.groups() |
Modifier and Type | Method and Description |
---|---|
StringCollectionQueryModel<T> |
JsonObjectQueryModel.ofStringCollection(String fieldName) |
protected StringCollectionQueryModel<T> |
QueryModelImpl.stringCollectionModel(String pathSegment) |
protected StringCollectionQueryModel<T> |
QueryModelImpl.stringCollectionQueryModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
StringCollectionQueryModel<Store> |
StoreQueryModel.languages() |
Modifier and Type | Method and Description |
---|---|
StringCollectionQueryModel<T> |
FieldsQueryModel.ofStringCollection(String name) |
StringCollectionQueryModel<Type> |
TypeQueryModel.resourceTypeIds() |