Package | Description |
---|---|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
io.sphere.sdk.client.correlationid | |
io.sphere.sdk.commands |
This package provide tools to change objects in Composable Commerce.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
io.sphere.sdk.customobjects.commands |
Provides types to change the state of custom objects.
|
io.sphere.sdk.orderedits.commands | |
io.sphere.sdk.orders.commands |
Provides types to change the state of orders.
|
io.sphere.sdk.productdiscounts.queries |
Provides types to retrieve the state of product discounts.
|
io.sphere.sdk.products.commands |
Provides types to change the state of products.
|
io.sphere.sdk.projects.queries |
Provides the project endpoint.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
CartReplicationCommand.httpRequestIntent() |
HttpRequestIntent |
CartInStoreReplicationCommand.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
JavaAndJsonSphereRequest.httpRequestIntent() |
HttpRequestIntent |
SphereRequestDecorator.httpRequestIntent() |
HttpRequestIntent |
SphereRequest.httpRequestIntent()
Provides an http request intent, this does not include the execution of it.
|
HttpRequestIntent |
JavaAndHttpResponseSphereRequest.httpRequestIntent() |
HttpRequestIntent |
JsonNodeSphereRequest.httpRequestIntent() |
static HttpRequestIntent |
HttpRequestIntent.of(HttpMethod httpMethod,
String path) |
static HttpRequestIntent |
HttpRequestIntent.of(HttpMethod httpMethod,
String path,
File body,
String contentType) |
static HttpRequestIntent |
HttpRequestIntent.of(HttpMethod httpMethod,
String path,
HttpHeaders headers,
HttpRequestBody body) |
static HttpRequestIntent |
HttpRequestIntent.of(HttpMethod httpMethod,
String path,
String body) |
HttpRequestIntent |
HttpRequestIntent.plusHeader(String name,
String value) |
HttpRequestIntent |
HttpRequestIntent.prefixPath(String prefix) |
HttpRequestIntent |
HttpRequestIntent.withHeaders(HttpHeaders headers) |
HttpRequestIntent |
HttpRequestIntent.withPath(String path) |
Modifier and Type | Method and Description |
---|---|
static JsonNodeSphereRequest |
JsonNodeSphereRequest.of(HttpRequestIntent httpRequestIntent) |
Modifier and Type | Method and Description |
---|---|
static SphereClient |
TestDoubleSphereClientFactory.createHttpTestDouble(Function<HttpRequestIntent,HttpResponse> function)
Creates a test double for a Composable Commerce client which enables to fake http responses from the API.
|
static SphereClient |
TestDoubleSphereClientFactory.createObjectTestDouble(Function<HttpRequestIntent,Object> function)
Creates a test double for a Composable Commerce client which enables to fake the results of the client as Java object.
|
Constructor and Description |
---|
JsonNodeSphereRequest(HttpRequestIntent httpRequestIntent) |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
CorrelationIdRequestDecorator.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
MetaModelCreateCommandImpl.httpRequestIntent() |
HttpRequestIntent |
MetaModelByIdDeleteCommandImpl.httpRequestIntent() |
HttpRequestIntent |
MetaModelUpdateCommandDslImpl.httpRequestIntent() |
HttpRequestIntent |
CreateCommandImpl.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
CustomerVerifyEmailCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerInStoreChangePasswordCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerPasswordResetCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerInStoreCreateEmailTokenCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerInStorePasswordResetCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerSignInCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerInStoreSignInCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerCreatePasswordTokenCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerChangePasswordCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerCreateEmailTokenCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerInStoreCreatePasswordTokenCommand.httpRequestIntent() |
HttpRequestIntent |
CustomerInStoreVerifyEmailCommand.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
CustomObjectCustomJsonMappingUpsertCommand.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
OrderEditApplyCommand.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
OrderImportCommand.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
MatchingProductDiscountGet.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
ProductImageUploadCommand.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
ProjectGet.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
MetaModelGetDslImpl.httpRequestIntent() |
HttpRequestIntent |
MetaModelQueryDslImpl.httpRequestIntent() |
HttpRequestIntent |
MetaModelHeadDslImpl.httpRequestIntent() |
Modifier and Type | Method and Description |
---|---|
HttpRequestIntent |
MetaModelSearchDslImpl.httpRequestIntent() |