Package | Description |
---|---|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.types |
Provides model classes and builders for types.
|
io.sphere.sdk.types.commands |
Provides types to change the state of types.
|
io.sphere.sdk.types.customupdateactions |
Provides update actions to update fields of resources implementing
Custom . |
io.sphere.sdk.types.expansion |
Provides reference expansion models for types.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Field and Description |
---|---|
protected ResourceIdentifier<Type> |
OrderEditSetCustomTypeBase.type |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Type> |
OrderEditSetCustomTypeBase.getType() |
ResourceIdentifier<Type> |
SetCustomType.getType() |
ResourceIdentifier<Type> |
SetReturnItemCustomType.getType() |
ResourceIdentifier<Type> |
SetDeliveryCustomType.getType() |
ResourceIdentifier<Type> |
SetLineItemCustomType.getType() |
ResourceIdentifier<Type> |
SetParcelCustomType.getType() |
Modifier and Type | Method and Description |
---|---|
static SetShippingAddressCustomType |
SetShippingAddressCustomType.of(ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static SetBillingAddressCustomType |
SetBillingAddressCustomType.of(ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static SetDeliveryAddressCustomType |
SetDeliveryAddressCustomType.of(String deliveryId,
ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static SetItemShippingAddressCustomType |
SetItemShippingAddressCustomType.of(String addressKey,
ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static SetCustomLineItemCustomType |
SetCustomLineItemCustomType.of(String customLineItemId,
ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
Constructor and Description |
---|
OrderEditSetCustomTypeBase(String action,
ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
Modifier and Type | Method and Description |
---|---|
Reference<Type> |
CustomFields.getType() |
ResourceIdentifier<Type> |
CustomFieldsDraft.getType() |
static Reference<Type> |
Type.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<Type> |
Type.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<Type> |
Type.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static CustomFieldsDraftBuilder |
CustomFieldsDraftBuilder.ofType(Type type) |
Modifier and Type | Method and Description |
---|---|
static TypeDeleteCommand |
TypeDeleteCommand.of(Versioned<Type> versioned)
Creates a command object to delete a
Type by ID. |
static TypeUpdateCommand |
TypeUpdateCommand.of(Versioned<Type> versioned,
List<? extends UpdateAction<Type>> updateActions)
Creates a command to update a Type selected by its ID using several update actions.
|
static TypeUpdateCommand |
TypeUpdateCommand.of(Versioned<Type> versioned,
List<? extends UpdateAction<Type>> updateActions)
Creates a command to update a Type selected by its ID using several update actions.
|
static TypeUpdateCommand |
TypeUpdateCommand.of(Versioned<Type> versioned,
UpdateAction<Type> updateAction,
UpdateAction<Type>... updateActions)
Creates a command to update a Type selected by its ID using one update action.
|
static TypeUpdateCommand |
TypeUpdateCommand.of(Versioned<Type> versioned,
UpdateAction<Type> updateAction,
UpdateAction<Type>... updateActions)
Creates a command to update a Type selected by its ID using one update action.
|
static TypeUpdateCommand |
TypeUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<Type>> updateActions)
Creates a command to update a Type selected by its key using several update actions.
|
static TypeUpdateCommand |
TypeUpdateCommand.ofKey(String key,
Long version,
UpdateAction<Type> updateAction)
Creates a command to update a Type selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Type> |
SetCustomTypeBase.getType() |
Modifier and Type | Method and Description |
---|---|
static TypeExpansionModel<Type> |
TypeExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
List<ExpansionPath<Type>> |
TypeByIdGet.expansionPaths() |
FieldDefinitionCollectionQueryModel<Type> |
TypeQueryModel.fieldDefinitions() |
StringQuerySortingModel<Type> |
TypeQueryModel.key() |
StringCollectionQueryModel<Type> |
TypeQueryModel.resourceTypeIds() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Type>> |
TypeQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
ReferenceQueryModel<T,Type> |
CustomQueryModel.type() |