Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
io.sphere.sdk.commands |
This package provide tools to change objects in Composable Commerce.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
Modifier and Type | Field and Description |
---|---|
static JsonEndpoint<Cart> |
CartEndpoint.ENDPOINT |
Modifier and Type | Method and Description |
---|---|
static <T> JsonEndpoint<T> |
JsonEndpoint.of(com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
String endpoint) |
<V> JsonEndpoint<V> |
JsonEndpoint.withTypeReference(com.fasterxml.jackson.core.type.TypeReference<V> newTypeReference) |
Constructor and Description |
---|
MetaModelByIdDeleteCommandImpl(Versioned<T> versioned,
boolean eraseData,
JsonEndpoint<T> endpoint,
E expansionModel,
Function<MetaModelByIdDeleteCommandBuilder<T,C,E>,C> creationFunction) |
MetaModelByIdDeleteCommandImpl(Versioned<T> versioned,
JsonEndpoint<T> endpoint,
E expansionModel,
Function<MetaModelByIdDeleteCommandBuilder<T,C,E>,C> creationFunction) |
MetaModelCreateCommandImpl(D draft,
JsonEndpoint<T> endpoint,
E expansionModel,
Function<MetaModelCreateCommandBuilder<T,C,D,E>,C> creationFunction) |
MetaModelUpdateCommandDslImpl(Versioned<T> versioned,
List<? extends UpdateAction<T>> updateActions,
JsonEndpoint<T> endpoint,
Function<MetaModelUpdateCommandDslBuilder<T,C,E>,C> creationFunction,
E expansionModel) |
Constructor and Description |
---|
MetaModelGetDslImpl(JsonEndpoint<R> endpoint,
String identifierToSearchFor,
E expansionModel,
Function<MetaModelGetDslBuilder<R,T,C,E>,C> builderFunction,
List<NameValuePair> additionalParameters) |
MetaModelGetDslImpl(String identifierToSearchFor,
JsonEndpoint<R> endpoint,
E expansionModel,
Function<MetaModelGetDslBuilder<R,T,C,E>,C> builderFunction) |
MetaModelHeadDslImpl(JsonEndpoint<R> endpoint,
String identifierToSearchFor,
Function<MetaModelHeadDslBuilder<R,T,C>,C> builderFunction,
List<NameValuePair> additionalParameters) |
MetaModelHeadDslImpl(String identifierToSearchFor,
JsonEndpoint<R> endpoint,
Function<MetaModelHeadDslBuilder<R,T,C>,C> builderFunction) |