Package | Description |
---|---|
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.http |
Provides types to deal with HTTP.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
HttpRequestIntent.getHttpMethod() |
Modifier and Type | Method and Description |
---|---|
static JsonNodeSphereRequest |
JsonNodeSphereRequest.of(HttpMethod httpMethod,
String path) |
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 JsonNodeSphereRequest |
JsonNodeSphereRequest.of(HttpMethod httpMethod,
String path,
com.fasterxml.jackson.databind.JsonNode body) |
static HttpRequestIntent |
HttpRequestIntent.of(HttpMethod httpMethod,
String path,
String body) |
Modifier and Type | Method and Description |
---|---|
protected HttpMethod |
MetaModelCreateCommandImpl.httpMethod() |
protected HttpMethod |
CreateCommandImpl.httpMethod() |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
HttpRequest.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HttpRequest |
HttpRequest.of(HttpMethod httpMethod,
String url) |
static HttpRequest |
HttpRequest.of(HttpMethod httpMethod,
String url,
HttpHeaders headers,
HttpRequestBody body) |