Package | Description |
---|---|
io.sphere.sdk.extensions | |
io.sphere.sdk.extensions.commands | |
io.sphere.sdk.extensions.expansion | |
io.sphere.sdk.extensions.queries |
Modifier and Type | Method and Description |
---|---|
static Reference<Extension> |
Extension.reference(String id) |
static Reference<Extension> |
Extension.referenceOfId(String id) |
default Reference<Extension> |
Extension.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<Extension> |
Extension.typeReference() |
Modifier and Type | Method and Description |
---|---|
static ExtensionDeleteCommand |
ExtensionDeleteCommand.of(Versioned<Extension> versioned)
Creates a command object to delete a
Extension by ID. |
static ExtensionUpdateCommand |
ExtensionUpdateCommand.of(Versioned<Extension> versioned,
List<? extends UpdateAction<Extension>> updateActions)
Creates a command to update a Extension selected by its ID using several update actions.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.of(Versioned<Extension> versioned,
List<? extends UpdateAction<Extension>> updateActions)
Creates a command to update a Extension selected by its ID using several update actions.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.of(Versioned<Extension> versioned,
UpdateAction<Extension> updateAction,
UpdateAction<Extension>... updateActions)
Creates a command to update a Extension selected by its ID using one update action.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.of(Versioned<Extension> versioned,
UpdateAction<Extension> updateAction,
UpdateAction<Extension>... updateActions)
Creates a command to update a Extension selected by its ID using one update action.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.ofId(String id,
Long version,
List<? extends UpdateAction<Extension>> updateActions)
Creates a command to update a Extension selected by its id using several update actions.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.ofId(String id,
Long version,
UpdateAction<Extension> updateAction)
Creates a command to update a Extension selected by its id using one update action.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<Extension>> updateActions)
Creates a command to update a Extension selected by its key using several update actions.
|
static ExtensionUpdateCommand |
ExtensionUpdateCommand.ofKey(String key,
Long version,
UpdateAction<Extension> updateAction)
Creates a command to update a Extension selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionExpansionModel<Extension> |
ExtensionExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
List<ExpansionPath<Extension>> |
ExtensionByIdGet.expansionPaths() |
List<ExpansionPath<Extension>> |
ExtensionByKeyGet.expansionPaths() |
StringQuerySortingModel<Extension> |
ExtensionQueryModel.key() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Extension>> |
ExtensionQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|