Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
Modifier and Type | Method and Description |
---|---|
static JsonNodeSphereRequest |
JsonNodeSphereRequest.of(HttpMethod httpMethod,
String path) |
static JsonNodeSphereRequest |
JsonNodeSphereRequest.of(HttpMethod httpMethod,
String path,
com.fasterxml.jackson.databind.JsonNode body) |
static JsonNodeSphereRequest |
JsonNodeSphereRequest.of(HttpRequestIntent httpRequestIntent) |
static <T> JsonNodeSphereRequest |
JsonNodeSphereRequest.of(SphereRequest<T> other) |