| Package | Description |
|---|---|
| io.sphere.sdk.apiclient | |
| io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
| Modifier and Type | Method and Description |
|---|---|
static ApiClientDraftBuilder |
ApiClientDraftBuilder.of(String name,
String projectKey,
SphereScope scope0,
SphereScope... scopes) |
static ApiClientDraftBuilder |
ApiClientDraftBuilder.of(String name,
String projectKey,
SphereScope scope0,
SphereScope... scopes) |
| Modifier and Type | Method and Description |
|---|---|
static ApiClientDraftBuilder |
ApiClientDraftBuilder.of(String name,
String projectKey,
List<SphereScope> scopes) |
| Modifier and Type | Class and Description |
|---|---|
class |
SphereProjectScope |
| Modifier and Type | Method and Description |
|---|---|
MySphereAuthConfigBuilder |
MySphereAuthConfigBuilder.scopes(List<SphereScope> scopes) |
SphereClientConfigBuilder |
SphereClientConfigBuilder.scopes(List<SphereScope> scopes) |
SphereAuthConfigBuilder |
SphereAuthConfigBuilder.scopes(List<SphereScope> scopes) |