| Package | Description |
|---|---|
| io.sphere.sdk.projects |
Provides models for the project endpoint.
|
| io.sphere.sdk.projects.commands | |
| io.sphere.sdk.projects.queries |
Provides the project endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.core.type.TypeReference<Project> |
Project.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends UpdateAction<Project>> |
ProjectUpdateCommand.getActions()
The list of update actions to be performed on the project.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectUpdateCommand |
ProjectUpdateCommand.of(Project project,
List<? extends UpdateAction<Project>> actions) |
static ProjectUpdateCommand |
ProjectUpdateCommand.of(Project project,
UpdateAction<Project> action) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectUpdateCommand |
ProjectUpdateCommand.of(Project project,
List<? extends UpdateAction<Project>> actions) |
static ProjectUpdateCommand |
ProjectUpdateCommand.of(Project project,
UpdateAction<Project> action) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectGet.deserialize(HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
static SphereRequest<Project> |
ProjectGet.of() |