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.channels |
Provides model classes and builders for channels.
|
io.sphere.sdk.customergroups |
Provides model classes and builders for customer groups.
|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.orderedits | |
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
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.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.shippingmethods |
Provides model classes and builders 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.stores | |
io.sphere.sdk.types |
Provides model classes and builders for types.
|
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
CartDiscountDraft.getCustom()
Allow to add
CustomFields to a CartDiscount |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
CustomLineItemDraft.getCustom() |
CustomFieldsDraft |
CartDraft.getCustom() |
CustomFieldsDraft |
LineItemDraft.getCustom() |
Modifier and Type | Method and Description |
---|---|
static CustomLineItemDraft |
CustomLineItemDraft.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom)
Creates a draft having a standard tax category and custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.ofExternalTaxCalculation(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ExternalTaxRateDraft externalTaxRate,
long quantity,
CustomFieldsDraft custom)
Creates a draft having an external tax rate and custom fields.
|
static CustomLineItemDraft |
CustomLineItemDraft.ofExternalTaxCalculation(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
long quantity,
CustomFieldsDraft custom)
Creates a draft having no tax rate (for external tax calculation) and custom fields.
|
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
AddCustomLineItem.getCustom() |
CustomFieldsDraft |
AddLineItem.getCustom() |
Modifier and Type | Method and Description |
---|---|
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom) |
static AddCustomLineItem |
AddCustomLineItem.of(LocalizedString name,
String slug,
javax.money.MonetaryAmount money,
ResourceIdentifier<TaxCategory> taxCategory,
long quantity,
CustomFieldsDraft custom) |
AddCustomLineItem |
AddCustomLineItem.withCustom(CustomFieldsDraft custom) |
AddLineItem |
AddLineItem.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
CategoryDraft.getCustom() |
CustomFieldsDraft |
CategoryDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
CategoryDraftDsl |
CategoryDraftDsl.withCustom(CustomFieldsDraft custom) |
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 |
---|---|
static SetAssetCustomType |
SetAssetCustomType.of(String assetId,
CustomFieldsDraft customFieldsDraft) |
static SetAssetCustomType |
SetAssetCustomType.ofKey(String assetKey,
CustomFieldsDraft customFieldsDraft) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
ChannelDraft.getCustom() |
CustomFieldsDraft |
ChannelDraftBuilder.getCustom() |
Modifier and Type | Method and Description |
---|---|
ChannelDraftBuilder |
ChannelDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
CustomerGroupDraft.getCustom() |
CustomFieldsDraft |
CustomerGroupDraftDsl.getCustom() |
CustomFieldsDraft |
CustomerGroupDraftBuilder.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomerGroupDraftBuilder |
CustomerGroupDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
CustomerGroupDraftDsl |
CustomerGroupDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
CustomerDraft.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
DiscountCodeDraft.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
InventoryEntryDraft.getCustom() |
CustomFieldsDraft |
InventoryEntryDraftBuilder.getCustom() |
Modifier and Type | Method and Description |
---|---|
InventoryEntryDraftBuilder |
InventoryEntryDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
AssetDraft.getCustom() |
CustomFieldsDraft |
AssetDraftDsl.getCustom() |
CustomFieldsDraft |
Address.getCustomFieldsDraft() |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.customFields(CustomFieldsDraft customFieldsDraft) |
AssetDraftDsl |
AssetDraftDsl.withCustom(CustomFieldsDraft custom) |
Address |
Address.withCustomFields(CustomFieldsDraft customFields) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
OrderEditDraft.getCustom() |
CustomFieldsDraft |
OrderEditDraftBuilder.getCustom() |
CustomFieldsDraft |
OrderEditDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
OrderEditDraftBuilder |
OrderEditDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
static OrderEditDraftBuilder |
OrderEditDraftBuilder.of(String key,
Reference<Order> resource,
List<StagedUpdateAction<OrderEdit>> stagedActions,
CustomFieldsDraft custom,
String comment,
Boolean dryRun)
Creates a new object initialized with the given values.
|
static OrderEditDraftDsl |
OrderEditDraftDsl.of(String key,
Reference<Order> resource,
List<StagedUpdateAction<OrderEdit>> stagedActions,
CustomFieldsDraft custom,
String comment,
Boolean dryRun)
Creates a new object initialized with the given values.
|
OrderEditDraftDsl |
OrderEditDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
AddCustomLineItem.getCustom() |
CustomFieldsDraft |
AddLineItem.getCustom() |
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,
ExternalTaxRateDraft externalTaxRate) |
AddCustomLineItem |
AddCustomLineItem.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
LineItemReturnItemDraft.getCustom() |
CustomFieldsDraft |
OrderFromCartDraft.getCustom() |
CustomFieldsDraft |
ReturnItemDraft.getCustom() |
CustomFieldsDraft |
OrderImportDraft.getCustom() |
CustomFieldsDraft |
ParcelDraft.getCustom() |
CustomFieldsDraft |
LineItemImportDraft.getCustom() |
CustomFieldsDraft |
CustomLineItemReturnItemDraft.getCustom() |
CustomFieldsDraft |
LineItemReturnItemDraftBuilder.getCustom() |
CustomFieldsDraft |
CustomLineItemReturnItemDraftDsl.getCustom() |
CustomFieldsDraft |
CustomLineItemReturnItemDraftBuilder.getCustom() |
CustomFieldsDraft |
LineItemReturnItemDraftDsl.getCustom() |
CustomFieldsDraft |
OrderFromCartDraftBuilder.getCustom() |
CustomFieldsDraft |
OrderFromCartDraftDsl.getCustom() |
CustomFieldsDraft |
ParcelDraftBuilder.getCustom() |
CustomFieldsDraft |
ParcelDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.custom(CustomFieldsDraft custom) |
LineItemImportDraftBuilder |
LineItemImportDraftBuilder.custom(CustomFieldsDraft custom) |
LineItemReturnItemDraftBuilder |
LineItemReturnItemDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
CustomLineItemReturnItemDraftBuilder |
CustomLineItemReturnItemDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
OrderFromCartDraftBuilder |
OrderFromCartDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
ParcelDraftBuilder |
ParcelDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
CustomFieldsDraft custom) |
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
CustomFieldsDraft custom,
ItemShippingDetailsDraft shippingDetails) |
static CustomLineItemReturnItemDraft |
CustomLineItemReturnItemDraft.of(long quantity,
CustomFieldsDraft custom,
String lineItemId,
ReturnShipmentState shipmentState,
String comment) |
static LineItemReturnItemDraft |
LineItemReturnItemDraft.of(long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom) |
static LineItemReturnItemDraftBuilder |
LineItemReturnItemDraftBuilder.of(Long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static CustomLineItemReturnItemDraftDsl |
CustomLineItemReturnItemDraftDsl.of(Long quantity,
String customLineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static CustomLineItemReturnItemDraftBuilder |
CustomLineItemReturnItemDraftBuilder.of(Long quantity,
String customLineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static LineItemReturnItemDraftDsl |
LineItemReturnItemDraftDsl.of(Long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static ParcelDraft |
ParcelDraft.of(TrackingData trackingData,
List<DeliveryItem> deliveryItems,
CustomFieldsDraft custom) |
CustomLineItemReturnItemDraftDsl |
CustomLineItemReturnItemDraftDsl.withCustom(CustomFieldsDraft custom) |
LineItemReturnItemDraftDsl |
LineItemReturnItemDraftDsl.withCustom(CustomFieldsDraft custom) |
OrderFromCartDraftDsl |
OrderFromCartDraftDsl.withCustom(CustomFieldsDraft custom) |
ParcelDraftDsl |
ParcelDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
PaymentDraft.getCustom() |
CustomFieldsDraft |
PaymentDraftBuilder.getCustom() |
CustomFieldsDraft |
PaymentDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
List<CustomFieldsDraft> |
PaymentDraft.getInterfaceInteractions() |
List<CustomFieldsDraft> |
PaymentDraftBuilder.getInterfaceInteractions() |
List<CustomFieldsDraft> |
PaymentDraftDsl.getInterfaceInteractions() |
Modifier and Type | Method and Description |
---|---|
PaymentDraftBuilder |
PaymentDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
PaymentDraftBuilder |
PaymentDraftBuilder.plusInterfaceInteractions(CustomFieldsDraft interfaceInteractions)
Adds
interfaceInteractions parameter to the interfaceInteractions list property of this builder. |
PaymentDraftDsl |
PaymentDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
PaymentDraftBuilder |
PaymentDraftBuilder.interfaceInteractions(List<CustomFieldsDraft> interfaceInteractions)
Sets the
interfaceInteractions property of this builder. |
PaymentDraftBuilder |
PaymentDraftBuilder.plusInterfaceInteractions(List<CustomFieldsDraft> interfaceInteractions)
Concatenate
interfaceInteractions parameter to the interfaceInteractions list property of this builder. |
PaymentDraftDsl |
PaymentDraftDsl.withInterfaceInteractions(List<CustomFieldsDraft> interfaceInteractions) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
PriceDraftBuilder.getCustom() |
CustomFieldsDraft |
PriceDraftDsl.getCustom() |
CustomFieldsDraft |
PriceDraft.getCustom() |
Modifier and Type | Method and Description |
---|---|
PriceDraftBuilder |
PriceDraftBuilder.custom(CustomFieldsDraft custom) |
PriceDraftDsl |
PriceDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
static SetAssetCustomType |
SetAssetCustomType.ofSku(String sku,
String assetId,
CustomFieldsDraft customFieldsDraft) |
static SetAssetCustomType |
SetAssetCustomType.ofSku(String sku,
String assetId,
CustomFieldsDraft customFieldsDraft,
Boolean staged) |
static SetAssetCustomType |
SetAssetCustomType.ofSkuAndAssetKey(String sku,
String assetKey,
CustomFieldsDraft customFieldsDraft) |
static SetAssetCustomType |
SetAssetCustomType.ofSkuAndAssetKey(String sku,
String assetKey,
CustomFieldsDraft customFieldsDraft,
Boolean staged) |
static SetAssetCustomType |
SetAssetCustomType.ofVariantId(Integer variantId,
String assetId,
CustomFieldsDraft customFieldsDraft) |
static SetAssetCustomType |
SetAssetCustomType.ofVariantId(Integer variantId,
String assetId,
CustomFieldsDraft customFieldsDraft,
Boolean staged) |
static SetAssetCustomType |
SetAssetCustomType.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
CustomFieldsDraft customFieldsDraft) |
static SetAssetCustomType |
SetAssetCustomType.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
CustomFieldsDraft customFieldsDraft,
Boolean staged) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
ReviewDraft.getCustom() |
CustomFieldsDraft |
ReviewDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
ReviewDraftDsl |
ReviewDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
ShippingMethodDraft.getCustom() |
CustomFieldsDraft |
ShippingMethodDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
ShippingMethodDraftDsl |
ShippingMethodDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
TextLineItemDraft.getCustom() |
CustomFieldsDraft |
ShoppingListDraft.getCustom() |
CustomFieldsDraft |
LineItemDraft.getCustom() |
CustomFieldsDraft |
TextLineItemDraftBuilder.getCustom() |
CustomFieldsDraft |
ShoppingListDraftDsl.getCustom() |
CustomFieldsDraft |
LineItemDraftDsl.getCustom() |
CustomFieldsDraft |
TextLineItemDraftDsl.getCustom() |
Modifier and Type | Method and Description |
---|---|
TextLineItemDraftBuilder |
TextLineItemDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
ShoppingListDraftDsl |
ShoppingListDraftDsl.withCustom(CustomFieldsDraft custom) |
LineItemDraftDsl |
LineItemDraftDsl.withCustom(CustomFieldsDraft custom) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
AddTextLineItem.getCustom() |
CustomFieldsDraft |
AddLineItem.getCustom() |
Modifier and Type | Method and Description |
---|---|
AddTextLineItem |
AddTextLineItem.withCustom(CustomFieldsDraft custom) |
AddLineItem |
AddLineItem.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
StoreDraft.getCustom() |
CustomFieldsDraft |
StoreDraftDsl.getCustom() |
CustomFieldsDraft |
StoreDraftBuilder.getCustom() |
Modifier and Type | Method and Description |
---|---|
StoreDraftBuilder |
StoreDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
StoreDraftDsl |
StoreDraftDsl.withCustom(CustomFieldsDraft custom) |
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
CustomFieldsDraftBuilder.build() |
CustomFieldsDraft |
CustomDraft.getCustom() |
static CustomFieldsDraft |
CustomFieldsDraft.ofCustomFields(CustomFields custom) |
static CustomFieldsDraft |
CustomFieldsDraft.ofTypeIdAndJson(String id,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static CustomFieldsDraft |
CustomFieldsDraft.ofTypeIdAndObjects(String id,
Map<String,Object> fields) |
static CustomFieldsDraft |
CustomFieldsDraft.ofTypeKeyAndJson(String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static CustomFieldsDraft |
CustomFieldsDraft.ofTypeKeyAndObjects(String typeKey,
Map<String,Object> fields) |
Modifier and Type | Method and Description |
---|---|
static CustomFieldsDraftBuilder |
CustomFieldsDraftBuilder.of(CustomFieldsDraft customFieldsDraft) |