Package | Description |
---|---|
io.sphere.sdk.carts.expansion |
Provides reference expansion models for carts.
|
io.sphere.sdk.orders.expansion |
Provides reference expansion models for orders.
|
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.states.expansion |
Provides reference expansion models for states.
|
io.sphere.sdk.states.queries |
Provides types to retrieve the state of states.
|
Modifier and Type | Method and Description |
---|---|
StateExpansionModel<T> |
ItemStateExpansionModel.state() |
Modifier and Type | Method and Description |
---|---|
StateExpansionModel<T> |
OrderExpansionModel.state() |
Modifier and Type | Method and Description |
---|---|
StateExpansionModel<T> |
PaymentStatusExpansionModel.state() |
Modifier and Type | Method and Description |
---|---|
StateExpansionModel<T> |
ReviewExpansionModel.state() |
Modifier and Type | Method and Description |
---|---|
static StateExpansionModel<State> |
StateExpansionModel.of() |
static <T> StateExpansionModel<T> |
StateExpansionModel.of(List<String> parentPath,
String path) |
StateExpansionModel<T> |
StateExpansionModel.transitions() |
Modifier and Type | Method and Description |
---|---|
StateQueryBuilder |
StateQueryBuilder.expansionPaths(Function<StateExpansionModel<State>,ExpansionPathContainer<State>> m) |
StateQueryBuilder |
StateQueryBuilder.plusExpansionPaths(Function<StateExpansionModel<State>,ExpansionPathContainer<State>> m) |
StateQuery |
StateQuery.plusExpansionPaths(Function<StateExpansionModel<State>,ExpansionPathContainer<State>> m) |
StateQuery |
StateQuery.withExpansionPaths(Function<StateExpansionModel<State>,ExpansionPathContainer<State>> m) |