Package | Description |
---|---|
io.sphere.sdk.customers.expansion |
Provides reference expansion models for customers.
|
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
io.sphere.sdk.payments.expansion |
Provides reference expansion models for payments.
|
io.sphere.sdk.reviews.expansion |
Provides reference expansion models for reviews.
|
io.sphere.sdk.shoppinglists.expansion |
Provides reference expansion models for shopping lists.
|
Modifier and Type | Method and Description |
---|---|
CustomerExpansionModel<T> |
CustomerSignInResultExpansionModel.customer() |
static CustomerExpansionModel<Customer> |
CustomerExpansionModel.of() |
static <T> CustomerExpansionModel<T> |
CustomerExpansionModel.of(List<String> parentPath,
String path) |
Modifier and Type | Method and Description |
---|---|
CustomerExpansionModel<T> |
PaymentExpansionModel.customer() |
Modifier and Type | Method and Description |
---|---|
CustomerExpansionModel<T> |
ReviewExpansionModel.customer() |
Modifier and Type | Method and Description |
---|---|
CustomerExpansionModel<T> |
ShoppingListExpansionModel.customer() |