Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.customergroups |
Provides model classes and builders for customer groups.
|
io.sphere.sdk.customergroups.commands |
Provides types to change the state of customer groups.
|
io.sphere.sdk.customergroups.expansion |
Provides reference expansion models for customer groups.
|
io.sphere.sdk.customergroups.queries |
Provides types to retrieve the state of customer groups.
|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.customers.commands.updateactions |
Provides the possible operations which can be performed on update commands for customers.
|
io.sphere.sdk.customers.messages | |
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.errors |
Errors related to
Order operations. |
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
Modifier and Type | Method and Description |
---|---|
Reference<CustomerGroup> |
Cart.getCustomerGroup() |
ResourceIdentifier<CustomerGroup> |
CartDraft.getCustomerGroup() |
Reference<CustomerGroup> |
CartLike.getCustomerGroup()
In the order context the customer group can only be expanded if the customer was in a group before creating the order.
|
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
SetCustomerGroup.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
static SetCustomerGroup |
SetCustomerGroup.of(ResourceIdentifiable<CustomerGroup> customerGroup) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,CustomerGroup> |
CartLikeQueryModelImpl.customerGroup() |
ReferenceOptionalQueryModel<T,CustomerGroup> |
CartLikeQueryModel.customerGroup() |
ReferenceOptionalQueryModel<Cart,CustomerGroup> |
CartQueryModel.customerGroup() |
Modifier and Type | Method and Description |
---|---|
static Reference<CustomerGroup> |
CustomerGroup.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<CustomerGroup> |
CustomerGroup.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<CustomerGroup> |
CustomerGroup.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static CustomerGroupDeleteCommand |
CustomerGroupDeleteCommand.of(Versioned<CustomerGroup> versioned)
Creates a command object to delete a
CustomerGroup by ID. |
static CustomerGroupUpdateCommand |
CustomerGroupUpdateCommand.of(Versioned<CustomerGroup> versioned,
List<? extends UpdateAction<CustomerGroup>> updateActions)
Creates a command to update a CustomerGroup selected by its ID using several update actions.
|
static CustomerGroupUpdateCommand |
CustomerGroupUpdateCommand.of(Versioned<CustomerGroup> versioned,
List<? extends UpdateAction<CustomerGroup>> updateActions)
Creates a command to update a CustomerGroup selected by its ID using several update actions.
|
static CustomerGroupUpdateCommand |
CustomerGroupUpdateCommand.of(Versioned<CustomerGroup> versioned,
UpdateAction<CustomerGroup> updateAction,
UpdateAction<CustomerGroup>... updateActions)
Creates a command to update a CustomerGroup selected by its ID using one update action.
|
static CustomerGroupUpdateCommand |
CustomerGroupUpdateCommand.of(Versioned<CustomerGroup> versioned,
UpdateAction<CustomerGroup> updateAction,
UpdateAction<CustomerGroup>... updateActions)
Creates a command to update a CustomerGroup selected by its ID using one update action.
|
static CustomerGroupUpdateCommand |
CustomerGroupUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<CustomerGroup>> updateActions)
Creates a command to update a CustomerGroup selected by its key using several update actions.
|
static CustomerGroupUpdateCommand |
CustomerGroupUpdateCommand.ofKey(String key,
Long version,
UpdateAction<CustomerGroup> updateAction)
Creates a command to update a CustomerGroup selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
static CustomerGroupExpansionModel<CustomerGroup> |
CustomerGroupExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
List<ExpansionPath<CustomerGroup>> |
CustomerGroupByKeyGet.expansionPaths() |
List<ExpansionPath<CustomerGroup>> |
CustomerGroupByIdGet.expansionPaths() |
StringQuerySortingModel<CustomerGroup> |
CustomerGroupQueryModel.key() |
StringQuerySortingModel<CustomerGroup> |
CustomerGroupQueryModel.name() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<CustomerGroup>> |
CustomerGroupQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
CustomerDraft.getCustomerGroup() |
Reference<CustomerGroup> |
Customer.getCustomerGroup()
The customer group of the customer.
|
Modifier and Type | Method and Description |
---|---|
CustomerDraftDsl |
CustomerDraftDsl.withCustomerGroup(Referenceable<CustomerGroup> customerGroup) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
SetCustomerGroup.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
static SetCustomerGroup |
SetCustomerGroup.of(ResourceIdentifiable<CustomerGroup> customerGroup) |
Modifier and Type | Method and Description |
---|---|
Reference<CustomerGroup> |
CustomerGroupSetMessage.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Customer,CustomerGroup> |
CustomerQueryModel.customerGroup() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
SetCustomerGroup.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
static SetCustomerGroup |
SetCustomerGroup.of(ResourceIdentifiable<CustomerGroup> customerGroup) |
Modifier and Type | Method and Description |
---|---|
Reference<CustomerGroup> |
OrderImportDraft.getCustomerGroup() |
Reference<CustomerGroup> |
Order.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.customerGroup(Referenceable<CustomerGroup> customerGroup) |
Modifier and Type | Method and Description |
---|---|
Reference<CustomerGroup> |
MatchingPriceNotFoundError.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
static MatchingPriceNotFoundError |
MatchingPriceNotFoundError.of(String message,
String productId,
int variantId,
String currency,
String country,
Reference<CustomerGroup> customerGroup,
Reference<Channel> channel) |
Modifier and Type | Method and Description |
---|---|
Reference<CustomerGroup> |
OrderCustomerGroupSetMessage.getCustomerGroup() |
Reference<CustomerGroup> |
OrderCustomerSetMessage.getCustomerGroup() |
Reference<CustomerGroup> |
OrderCustomerGroupSetMessage.getOldCustomerGroup() |
Reference<CustomerGroup> |
OrderCustomerSetMessage.getOldCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Order,CustomerGroup> |
OrderQueryModel.customerGroup() |
Modifier and Type | Method and Description |
---|---|
Reference<CustomerGroup> |
PriceLike.getCustomerGroup() |
Reference<CustomerGroup> |
Price.getCustomerGroup() |
ResourceIdentifier<CustomerGroup> |
PriceDraftBuilder.getCustomerGroup() |
ResourceIdentifier<CustomerGroup> |
PriceDraftDsl.getCustomerGroup() |
ResourceIdentifier<CustomerGroup> |
PriceDraft.getCustomerGroup() |
Reference<CustomerGroup> |
ScopedPrice.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
PriceDraftBuilder |
PriceDraftBuilder.customerGroup(Referenceable<CustomerGroup> customerGroup) |
PriceBuilder |
PriceBuilder.customerGroup(Referenceable<CustomerGroup> customerGroup)
Sets the
customerGroup property of this builder. |
PriceDraftBuilder |
PriceDraftBuilder.customerGroup(ResourceIdentifier<CustomerGroup> customerGroup) |
default Price |
Price.withCustomerGroup(Referenceable<CustomerGroup> customerGroup) |
PriceDraftDsl |
PriceDraftDsl.withCustomerGroup(Referenceable<CustomerGroup> customerGroup) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,CustomerGroup> |
PriceQueryModel.customerGroup() |
ReferenceOptionalQueryModel<T,CustomerGroup> |
PriceCollectionQueryModel.customerGroup() |
Modifier and Type | Method and Description |
---|---|
PriceSelectionBuilder |
PriceSelectionBuilder.priceCustomerGroup(Referenceable<CustomerGroup> priceCustomerGroup) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCustomerGroup(Referenceable<CustomerGroup> priceCustomerGroup) |