Package | Description |
---|---|
io.sphere.sdk.commands |
This package provide tools to change objects in Composable Commerce.
|
io.sphere.sdk.expansion |
Provides classes to describe reference expansion paths and their models.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaModelByIdDeleteCommandImpl<T extends ResourceView<T,T>,C,E>
Internal base class to implement commands which delete a resource by ID in Composable Commerce.
|
class |
MetaModelCreateCommandImpl<T,C,D,E>
Internal base class to implement commands which create a resource in Composable Commerce.
|
class |
MetaModelUpdateCommandDslImpl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>,E>
Internal base class to implement commands that change one resource in Composable Commerce.
|
Modifier and Type | Method and Description |
---|---|
static <T,C,E> C |
ExpansionDslUtils.plusExpansionPaths(MetaModelExpansionDslExpansionModelRead<T,C,E> meta,
ExpansionPath<T> expansionPath) |
static <T,C,E> C |
ExpansionDslUtils.plusExpansionPaths(MetaModelExpansionDslExpansionModelRead<T,C,E> meta,
Function<E,ExpansionPathContainer<T>> m) |
static <T,C,E> C |
ExpansionDslUtils.plusExpansionPaths(MetaModelExpansionDslExpansionModelRead<T,C,E> meta,
List<ExpansionPath<T>> expansionPaths) |
static <T,C,E> C |
ExpansionDslUtils.withExpansionPaths(MetaModelExpansionDslExpansionModelRead<T,C,E> meta,
ExpansionPath<T> expansionPath) |
static <T,C,E> C |
ExpansionDslUtils.withExpansionPaths(MetaModelExpansionDslExpansionModelRead<T,C,E> meta,
Function<E,ExpansionPathContainer<T>> m) |
Modifier and Type | Class and Description |
---|---|
class |
MetaModelGetDslImpl<R,T,C extends MetaModelGetDsl<R,T,C,E>,E> |