Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
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.categories |
Provides model types to organize products in a hierarchical structure.
|
io.sphere.sdk.categories.commands.updateactions |
Provides the possible operations which can be performed on update commands for categories.
|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
io.sphere.sdk.customers.commands.updateactions |
Provides the possible operations which can be performed on update commands for customers.
|
io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
io.sphere.sdk.inventory.commands.updateactions |
Provides the possible operations which can be performed on update commands for inventory entries.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands |
Provides types to change the state of orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
io.sphere.sdk.productselections.commands.updateactions |
Provides the possible operations which can be performed on update commands for product selections.
|
io.sphere.sdk.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.reviews.commands.updateactions |
Provides the possible operations which can be performed on update commands for reviews.
|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
io.sphere.sdk.shippingmethods.commands.updateactions |
Provides the possible operations which can be performed on update commands for shipping methods.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
io.sphere.sdk.states.relatedupdateactions |
Provides model classes and builders for states.
|
io.sphere.sdk.stores | |
io.sphere.sdk.stores.commands.updateactions | |
io.sphere.sdk.stores.error | |
io.sphere.sdk.types |
Provides model classes and builders for types.
|
io.sphere.sdk.types.customupdateactions |
Provides update actions to update fields of resources implementing
Custom . |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
GiftLineItemCartDiscountValue.getDistributionChannel() |
ResourceIdentifier<Product> |
GiftLineItemCartDiscountValue.getProduct() |
ResourceIdentifier<Channel> |
GiftLineItemCartDiscountValue.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
CartDraft.getCustomerGroup() |
ResourceIdentifier<Channel> |
LineItemDraft.getDistributionChannel() |
ResourceIdentifier<ShippingMethod> |
CartDraft.getShippingMethod() |
ResourceIdentifier<Store> |
CartDraft.getStore() |
ResourceIdentifier<Channel> |
LineItemDraft.getSupplyChannel() |
ResourceIdentifier<TaxCategory> |
CustomLineItemDraft.getTaxCategory()
Gets the tax category for this custom line item.
|
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
SetCustomerGroup.getCustomerGroup() |
ResourceIdentifier<Channel> |
AddLineItem.getDistributionChannel() |
ResourceIdentifier<ShippingMethod> |
SetShippingMethod.getShippingMethod() |
ResourceIdentifier<Channel> |
AddLineItem.getSupplyChannel() |
ResourceIdentifier<TaxCategory> |
SetCustomShippingMethod.getTaxCategory() |
ResourceIdentifier<TaxCategory> |
AddCustomLineItem.getTaxCategory() |
Modifier and Type | Method and Description |
---|---|
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ResourceIdentifier<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom) |
static SetShippingMethod |
SetShippingMethod.of(ResourceIdentifier<ShippingMethod> shippingMethod) |
static SetCustomShippingMethod |
SetCustomShippingMethod.of(String shippingMethodName,
ShippingRate shippingRate,
ResourceIdentifier<TaxCategory> taxCategory) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Category> |
CategoryDraft.getParent() |
ResourceIdentifier<Category> |
CategoryDraftDsl.getParent() |
Modifier and Type | Method and Description |
---|---|
CategoryDraftDsl |
CategoryDraftDsl.withParent(ResourceIdentifier<Category> parent) |
Constructor and Description |
---|
CategoryDraftBuilder(List<AssetDraft> assets,
CustomFieldsDraft custom,
LocalizedString description,
String externalId,
String key,
LocalizedString metaDescription,
LocalizedString metaKeywords,
LocalizedString metaTitle,
LocalizedString name,
String orderHint,
ResourceIdentifier<Category> parent,
LocalizedString slug) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Category> |
ChangeParent.getParent() |
Modifier and Type | Method and Description |
---|---|
static ChangeParent |
ChangeParent.of(ResourceIdentifier<Category> parent) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Cart> |
CustomerDraft.getAnonymousCart() |
ResourceIdentifier<CustomerGroup> |
CustomerDraft.getCustomerGroup() |
Modifier and Type | Method and Description |
---|---|
List<ResourceIdentifier<Store>> |
CustomerDraft.getStores() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Cart> |
CustomerSignInCommand.getAnonymousCart() |
ResourceIdentifier<Cart> |
CustomerInStoreSignInCommand.getAnonymousCart() |
Modifier and Type | Method and Description |
---|---|
static CustomerSignInCommand |
CustomerSignInCommand.of(String email,
String password,
ResourceIdentifier<Cart> anonymousCart) |
static CustomerInStoreSignInCommand |
CustomerInStoreSignInCommand.of(String storeKey,
String email,
String password,
ResourceIdentifier<Cart> anonymousCart) |
CustomerSignInCommand |
CustomerSignInCommand.withAnonymousCart(ResourceIdentifier<Cart> anonymousCart) |
CustomerInStoreSignInCommand |
CustomerInStoreSignInCommand.withAnonymousCart(String storeKey,
ResourceIdentifier<Cart> anonymousCart) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<CustomerGroup> |
SetCustomerGroup.getCustomerGroup() |
ResourceIdentifier<Store> |
RemoveStore.getStore() |
ResourceIdentifier<Store> |
AddStore.getStore() |
Modifier and Type | Method and Description |
---|---|
List<ResourceIdentifier<Store>> |
SetStores.getStores() |
Modifier and Type | Method and Description |
---|---|
static RemoveStore |
RemoveStore.of(ResourceIdentifier<Store> store) |
static AddStore |
AddStore.of(ResourceIdentifier<Store> store) |
Modifier and Type | Method and Description |
---|---|
static SetStores |
SetStores.of(List<ResourceIdentifier<Store>> stores) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
InventoryEntryDraft.getSupplyChannel() |
ResourceIdentifier<Channel> |
InventoryEntryDraftBuilder.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
static InventoryEntryDraftBuilder |
InventoryEntryDraftBuilder.of(String sku,
Long quantityOnStock,
ZonedDateTime expectedDelivery,
Integer restockableInDays,
ResourceIdentifier<Channel> supplyChannel)
Creates a new object initialized with the given values.
|
InventoryEntryDraftBuilder |
InventoryEntryDraftBuilder.supplyChannel(ResourceIdentifier<Channel> supplyChannel)
Sets the
supplyChannel property of this builder. |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
SetSupplyChannel.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
static SetSupplyChannel |
SetSupplyChannel.of(ResourceIdentifier<Channel> supplyChannel) |
Modifier and Type | Interface and Description |
---|---|
interface |
Reference<T>
A
Reference is a loose reference to another resource in Composable Commerce. |
Modifier and Type | Method and Description |
---|---|
static <T> ResourceIdentifier<T> |
ResourceIdentifier.ofId(String id) |
static <T> ResourceIdentifier<T> |
ResourceIdentifier.ofId(String id,
String typeId) |
static <T> ResourceIdentifier<T> |
ResourceIdentifier.ofIdOrKey(String id,
String key) |
static <T> ResourceIdentifier<T> |
ResourceIdentifier.ofIdOrKey(String id,
String key,
String typeId) |
static <T> ResourceIdentifier<T> |
ResourceIdentifier.ofKey(String key) |
static <T> ResourceIdentifier<T> |
ResourceIdentifier.ofKey(String key,
String typeId) |
ResourceIdentifier<T> |
ResourceIdentifiable.toResourceIdentifier() |
default ResourceIdentifier<T> |
Referenceable.toResourceIdentifier() |
default ResourceIdentifier<T> |
ResourceIdentifier.toResourceIdentifier() |
default ResourceIdentifier<T> |
Reference.toResourceIdentifier() |
Modifier and Type | Field and Description |
---|---|
protected ResourceIdentifier<Type> |
OrderEditSetCustomTypeBase.type |
Modifier and Type | Method and Description |
---|---|
static SetShippingAddressAndShippingMethod |
SetShippingAddressAndShippingMethod.of(Address address,
ResourceIdentifier<ShippingMethod> shippingMethod,
ExternalTaxRateDraft externalTaxRate) |
static SetShippingAddressAndCustomShippingMethod |
SetShippingAddressAndCustomShippingMethod.of(Address address,
String shippingMethodName,
ShippingRate shippingRate,
ResourceIdentifier<TaxCategory> taxCategory,
ExternalTaxRateDraft externalTaxRate) |
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ResourceIdentifier<TaxCategory> taxCategory,
Long quantity,
CustomFieldsDraft custom,
ExternalTaxRateDraft externalTaxRate) |
static SetShippingMethod |
SetShippingMethod.of(ResourceIdentifier<ShippingMethod> shippingMethod,
ExternalTaxRateDraft externalTaxRate) |
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) |
static SetCustomShippingMethod |
SetCustomShippingMethod.of(String shippingMethodName,
ShippingRate shippingRate,
ResourceIdentifier<TaxCategory> taxCategory,
ExternalTaxRateDraft externalTaxRateDraft) |
SetLineItemDistributionChannel |
SetLineItemDistributionChannel.withDistributionChannel(ResourceIdentifier<Channel> distributionChannel) |
Constructor and Description |
---|
OrderEditSetCustomTypeBase(String action,
ResourceIdentifier<Type> type,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Cart> |
OrderFromCartDraft.getCart() |
ResourceIdentifier<Cart> |
OrderFromCartDraftBuilder.getCart() |
ResourceIdentifier<Cart> |
OrderFromCartDraftDsl.getCart() |
ResourceIdentifier<ShippingMethod> |
ShippingInfoImportDraft.getShippingMethod() |
ResourceIdentifier<ShippingMethod> |
ShippingInfoImportDraftBuilder.getShippingMethod() |
ResourceIdentifier<ShippingMethod> |
ShippingInfoImportDraftDsl.getShippingMethod() |
ResourceIdentifier<TaxCategory> |
ShippingInfoImportDraft.getTaxCategory() |
ResourceIdentifier<TaxCategory> |
ShippingInfoImportDraftBuilder.getTaxCategory() |
ResourceIdentifier<TaxCategory> |
ShippingInfoImportDraftDsl.getTaxCategory() |
Modifier and Type | Method and Description |
---|---|
OrderFromCartDraftBuilder |
OrderFromCartDraftBuilder.cart(ResourceIdentifier<Cart> cart)
Sets the
cart property of this builder. |
static OrderFromCartDraft |
OrderFromCartDraft.of(ResourceIdentifier<Cart> cartResourceIdentifier,
Long version) |
static OrderFromCartDraftBuilder |
OrderFromCartDraftBuilder.of(ResourceIdentifier<Cart> cart,
Long version)
Creates a new object initialized with the given values.
|
static OrderFromCartDraftDsl |
OrderFromCartDraftDsl.of(ResourceIdentifier<Cart> cart,
Long version)
Creates a new object initialized with the given values.
|
static OrderFromCartDraft |
OrderFromCartDraft.of(ResourceIdentifier<Cart> cartResourceIdentifier,
Long version,
String orderNumber,
PaymentState paymentState) |
static OrderFromCartDraftBuilder |
OrderFromCartDraftBuilder.of(ResourceIdentifier<Cart> cart,
Long version,
String orderNumber,
PaymentState paymentState)
Creates a new object initialized with the given values.
|
static OrderFromCartDraftDsl |
OrderFromCartDraftDsl.of(ResourceIdentifier<Cart> cart,
Long version,
String orderNumber,
PaymentState paymentState)
Creates a new object initialized with the given values.
|
static ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
ResourceIdentifier<TaxCategory> taxCategory,
ResourceIdentifier<ShippingMethod> shippingMethod,
ShippingMethodState shippingMethodState,
List<Delivery> deliveries)
Creates a new object initialized with the given values.
|
static ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
ResourceIdentifier<TaxCategory> taxCategory,
ResourceIdentifier<ShippingMethod> shippingMethod,
ShippingMethodState shippingMethodState,
List<Delivery> deliveries)
Creates a new object initialized with the given values.
|
static ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
ResourceIdentifier<TaxCategory> taxCategory,
ResourceIdentifier<ShippingMethod> shippingMethod,
ShippingMethodState shippingMethodState,
List<Delivery> deliveries)
Creates a new object initialized with the given values.
|
static ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
ResourceIdentifier<TaxCategory> taxCategory,
ResourceIdentifier<ShippingMethod> shippingMethod,
ShippingMethodState shippingMethodState,
List<Delivery> deliveries)
Creates a new object initialized with the given values.
|
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.shippingMethod(ResourceIdentifier<ShippingMethod> shippingMethod)
Sets the
shippingMethod property of this builder. |
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.taxCategory(ResourceIdentifier<TaxCategory> taxCategory)
Sets the
taxCategory property of this builder. |
OrderFromCartDraftDsl |
OrderFromCartDraftDsl.withCart(ResourceIdentifier<Cart> cart) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withShippingMethod(ResourceIdentifier<ShippingMethod> shippingMethod) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withTaxCategory(ResourceIdentifier<TaxCategory> taxCategory) |
Modifier and Type | Method and Description |
---|---|
static OrderFromCartCreateCommand |
OrderFromCartCreateCommand.of(ResourceIdentifier<Cart> cartResourceIdentifier,
Long version) |
static OrderFromCartInStoreCreateCommand |
OrderFromCartInStoreCreateCommand.of(String storeKey,
ResourceIdentifier<Cart> cartResourceIdentifier,
Long version) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
UpdateSyncInfo.getChannel() |
ResourceIdentifier<Store> |
SetStore.getStore() |
Modifier and Type | Method and Description |
---|---|
static UpdateSyncInfo |
UpdateSyncInfo.of(ResourceIdentifier<Channel> channel) |
static UpdateSyncInfo |
UpdateSyncInfo.of(ResourceIdentifier<Channel> channel,
String externalId,
ZonedDateTime syncedAt) |
static SetStore |
SetStore.of(ResourceIdentifier<Store> store) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
PriceDraftBuilder.getChannel() |
ResourceIdentifier<Channel> |
PriceDraftDsl.getChannel() |
ResourceIdentifier<Channel> |
PriceDraft.getChannel() |
ResourceIdentifier<CustomerGroup> |
PriceDraftBuilder.getCustomerGroup() |
ResourceIdentifier<CustomerGroup> |
PriceDraftDsl.getCustomerGroup() |
ResourceIdentifier<CustomerGroup> |
PriceDraft.getCustomerGroup() |
ResourceIdentifier<ProductType> |
ProductDraft.getProductType() |
ResourceIdentifier<ProductType> |
ProductDraftDsl.getProductType() |
ResourceIdentifier<State> |
ProductDraft.getState() |
ResourceIdentifier<State> |
ProductDraftDsl.getState() |
ResourceIdentifier<TaxCategory> |
ProductDraft.getTaxCategory() |
ResourceIdentifier<TaxCategory> |
ProductDraftDsl.getTaxCategory() |
Modifier and Type | Method and Description |
---|---|
Set<ResourceIdentifier<Category>> |
ProductDraft.getCategories() |
Set<ResourceIdentifier<Category>> |
ProductDraftDsl.getCategories() |
Modifier and Type | Method and Description |
---|---|
PriceDraftBuilder |
PriceDraftBuilder.channel(ResourceIdentifier<Channel> channel) |
PriceDraftBuilder |
PriceDraftBuilder.customerGroup(ResourceIdentifier<CustomerGroup> customerGroup) |
static ProductDraftDsl |
ProductDraftDsl.of(ResourceIdentifier<ProductType> productType,
LocalizedString name,
LocalizedString slug,
ProductVariantDraft masterVariant)
Creates a new object initialized with the given values.
|
ProductDraftDsl |
ProductDraftDsl.withProductType(ResourceIdentifier<ProductType> productType) |
ProductDraftDsl |
ProductDraftDsl.withState(ResourceIdentifier<State> state) |
ProductDraftDsl |
ProductDraftDsl.withTaxCategory(ResourceIdentifier<TaxCategory> taxCategory) |
Modifier and Type | Method and Description |
---|---|
ProductDraftDsl |
ProductDraftDsl.withCategories(Set<ResourceIdentifier<Category>> categories) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Category> |
RemoveFromCategory.getCategory() |
ResourceIdentifier<Category> |
AddToCategory.getCategory() |
ResourceIdentifier<TaxCategory> |
SetTaxCategory.getTaxCategory() |
Modifier and Type | Method and Description |
---|---|
static RemoveFromCategory |
RemoveFromCategory.of(ResourceIdentifier<Category> category) |
static AddToCategory |
AddToCategory.of(ResourceIdentifier<Category> category) |
static RemoveFromCategory |
RemoveFromCategory.of(ResourceIdentifier<Category> category,
Boolean staged) |
static AddToCategory |
AddToCategory.of(ResourceIdentifier<Category> category,
Boolean staged) |
static AddToCategory |
AddToCategory.of(ResourceIdentifier<Category> category,
String orderHint) |
static AddToCategory |
AddToCategory.of(ResourceIdentifier<Category> category,
String orderHint,
Boolean staged) |
static SetTaxCategory |
SetTaxCategory.of(ResourceIdentifier<TaxCategory> taxCategory) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Product> |
AddProduct.getProduct() |
ResourceIdentifier<Product> |
RemoveProduct.getProductResourceIdentifier() |
Modifier and Type | Method and Description |
---|---|
static AddProduct |
AddProduct.of(ResourceIdentifier<Product> product) |
static RemoveProduct |
RemoveProduct.of(ResourceIdentifier<Product> productResourceIdentifier) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
ReviewDraft.getCustomer() |
ResourceIdentifier<Customer> |
ReviewDraftDsl.getCustomer() |
ResourceIdentifier<State> |
ReviewDraft.getState() |
ResourceIdentifier<State> |
ReviewDraftDsl.getState() |
ResourceIdentifier<?> |
ReviewDraft.getTarget()
Target of this review.
|
ResourceIdentifier<?> |
ReviewDraftDsl.getTarget() |
Modifier and Type | Method and Description |
---|---|
ReviewDraftDsl |
ReviewDraftDsl.withCustomer(ResourceIdentifier<Customer> customer) |
ReviewDraftDsl |
ReviewDraftDsl.withState(ResourceIdentifier<State> state) |
ReviewDraftDsl |
ReviewDraftDsl.withTarget(ResourceIdentifier<?> target) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
SetCustomer.getCustomer() |
ResourceIdentifier<?> |
SetTarget.getTarget() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<TaxCategory> |
ShippingMethodDraft.getTaxCategory() |
ResourceIdentifier<TaxCategory> |
ShippingMethodDraftDsl.getTaxCategory() |
ResourceIdentifier<Zone> |
ZoneRateDraft.getZone() |
ResourceIdentifier<Zone> |
ZoneRateDraftBuilder.getZone() |
ResourceIdentifier<Zone> |
ZoneRateDraftDsl.getZone() |
Modifier and Type | Method and Description |
---|---|
static ZoneRateDraftBuilder |
ZoneRateDraftBuilder.of(ResourceIdentifier<Zone> zone,
List<ShippingRate> shippingRates)
Creates a new object initialized with the given values.
|
static ZoneRateDraftDsl |
ZoneRateDraftDsl.of(ResourceIdentifier<Zone> zone,
List<ShippingRate> shippingRates)
Creates a new object initialized with the given values.
|
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
LocalizedString localizedDescription,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
static ShippingMethodDraftDsl |
ShippingMethodDraftDsl.of(String name,
String description,
ResourceIdentifier<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
Boolean _default)
Creates a new object initialized with the given values.
|
ShippingMethodDraftDsl |
ShippingMethodDraftDsl.withTaxCategory(ResourceIdentifier<TaxCategory> taxCategory) |
ZoneRateDraftDsl |
ZoneRateDraftDsl.withZone(ResourceIdentifier<Zone> zone) |
ZoneRateDraftBuilder |
ZoneRateDraftBuilder.zone(ResourceIdentifier<Zone> zone)
Sets the
zone property of this builder. |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<TaxCategory> |
ChangeTaxCategory.getTaxCategory() |
ResourceIdentifier<Zone> |
AddZone.getZone() |
ResourceIdentifier<Zone> |
RemoveZone.getZone() |
ResourceIdentifier<Zone> |
AddShippingRate.getZone() |
ResourceIdentifier<Zone> |
RemoveShippingRate.getZone() |
Modifier and Type | Method and Description |
---|---|
static ChangeTaxCategory |
ChangeTaxCategory.of(ResourceIdentifier<TaxCategory> taxCategory) |
static RemoveZone |
RemoveZone.of(ResourceIdentifier<Zone> zone) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
ShoppingListDraft.getCustomer() |
ResourceIdentifier<Customer> |
ShoppingListDraftDsl.getCustomer() |
ResourceIdentifier<Store> |
ShoppingListDraft.getStore() |
ResourceIdentifier<Store> |
ShoppingListDraftDsl.getStore() |
Modifier and Type | Method and Description |
---|---|
ShoppingListDraftDsl |
ShoppingListDraftDsl.withCustomer(ResourceIdentifier<Customer> customer) |
ShoppingListDraftDsl |
ShoppingListDraftDsl.withStore(ResourceIdentifier<Store> store) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
SetCustomer.getCustomer() |
ResourceIdentifier<Store> |
SetStore.getStore() |
Modifier and Type | Method and Description |
---|---|
static SetStore |
SetStore.of(ResourceIdentifier<Store> store) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<State> |
TransitionStateBase.getState() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<ProductSelection> |
ProductSelectionSettingDraft.getProductSelection() |
ResourceIdentifier<ProductSelection> |
ProductSelectionSettingDraftBuilder.getProductSelection() |
ResourceIdentifier<ProductSelection> |
ProductSelectionSettingDraftDsl.getProductSelection() |
Modifier and Type | Method and Description |
---|---|
List<ResourceIdentifier<Channel>> |
StoreDraft.getDistributionChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraftDsl.getDistributionChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraftBuilder.getDistributionChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraft.getSupplyChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraftDsl.getSupplyChannels() |
List<ResourceIdentifier<Channel>> |
StoreDraftBuilder.getSupplyChannels() |
Modifier and Type | Method and Description |
---|---|
static ProductSelectionSettingDraftBuilder |
ProductSelectionSettingDraftBuilder.of(ResourceIdentifier<ProductSelection> productSelection,
Boolean active)
Creates a new object initialized with the given values.
|
static ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.of(ResourceIdentifier<ProductSelection> productSelection,
Boolean active)
Creates a new object initialized with the given values.
|
StoreDraftBuilder |
StoreDraftBuilder.plusDistributionChannels(ResourceIdentifier<Channel> distributionChannels)
Adds
distributionChannels parameter to the distributionChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusSupplyChannels(ResourceIdentifier<Channel> supplyChannels)
Adds
supplyChannels parameter to the supplyChannels list property of this builder. |
ProductSelectionSettingDraftBuilder |
ProductSelectionSettingDraftBuilder.productSelection(ResourceIdentifier<ProductSelection> productSelection)
Sets the
productSelection property of this builder. |
ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.withProductSelection(ResourceIdentifier<ProductSelection> productSelection) |
Modifier and Type | Method and Description |
---|---|
StoreDraftBuilder |
StoreDraftBuilder.distributionChannels(List<ResourceIdentifier<Channel>> distributionChannels)
Sets the
distributionChannels property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusDistributionChannels(List<ResourceIdentifier<Channel>> distributionChannels)
Concatenate
distributionChannels parameter to the distributionChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusSupplyChannels(List<ResourceIdentifier<Channel>> supplyChannels)
Concatenate
supplyChannels parameter to the supplyChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.supplyChannels(List<ResourceIdentifier<Channel>> supplyChannels)
Sets the
supplyChannels property of this builder. |
StoreDraftDsl |
StoreDraftDsl.withDistributionChannels(List<ResourceIdentifier<Channel>> distributionChannels) |
StoreDraftDsl |
StoreDraftDsl.withSupplyChannels(List<ResourceIdentifier<Channel>> supplyChannels) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
AddDistributionChannel.getDistributionChannel() |
ResourceIdentifier<Channel> |
RemoveDistributionChannel.getDistributionChannel() |
ResourceIdentifier<ProductSelection> |
ChangeProductSelection.getProductSelection() |
ResourceIdentifier<ProductSelection> |
RemoveProductSelection.getProductSelection() |
ResourceIdentifier<Channel> |
AddSupplyChannel.getSupplyChannel() |
ResourceIdentifier<Channel> |
RemoveSupplyChannel.getSupplyChannel() |
Modifier and Type | Method and Description |
---|---|
List<ResourceIdentifier<Channel>> |
SetDistributionChannels.getDistributionChannels() |
List<ResourceIdentifier<Channel>> |
SetSupplyChannels.getSupplyChannels() |
Modifier and Type | Method and Description |
---|---|
static RemoveProductSelection |
RemoveProductSelection.of(ResourceIdentifier<ProductSelection> productSelection) |
static ChangeProductSelection |
ChangeProductSelection.of(ResourceIdentifier<ProductSelection> productSelection,
Boolean active) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
MissingRoleOnChannelError.getChannel() |
Modifier and Type | Method and Description |
---|---|
static MissingRoleOnChannelError |
MissingRoleOnChannelError.of(String message,
ResourceIdentifier<Channel> channel,
ChannelRole missingRole) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Type> |
CustomFieldsDraft.getType() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Type> |
SetCustomTypeBase.getType() |