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.categories |
Provides model types to organize products in a hierarchical structure.
|
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.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.messages |
Provides model classes and builders for payments.
|
io.sphere.sdk.products |
Provides model classes and builders 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.stores.messages | |
io.sphere.sdk.types |
Provides model classes and builders for types.
|
Modifier and Type | Method and Description |
---|---|
CustomFields |
CartDiscount.getCustom()
Allow to add
CustomFields to the CartDiscount |
Modifier and Type | Method and Description |
---|---|
CustomFields |
Cart.getCustom() |
CustomFields |
LineItem.getCustom() |
CustomFields |
CustomLineItem.getCustom() |
CustomFields |
CartLike.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
Category.getCustom()
Custom fields.
|
Modifier and Type | Method and Description |
---|---|
CustomFields |
Channel.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
CustomerGroup.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
Customer.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
DiscountCode.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
InventoryEntry.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
Asset.getCustom() |
CustomFields |
Address.getCustomFields() |
Modifier and Type | Method and Description |
---|---|
AddressBuilder |
AddressBuilder.customFields(CustomFields customFields) |
Address |
Address.withCustomFields(CustomFields customFields) |
Modifier and Type | Method and Description |
---|---|
CustomFields |
OrderEdit.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
ReturnItem.getCustom() |
CustomFields |
Parcel.getCustom() |
CustomFields |
Delivery.getCustom() |
CustomFields |
Order.getCustom() |
Modifier and Type | Method and Description |
---|---|
static LineItemReturnItem |
LineItemReturnItem.of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
CustomFields custom,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
static CustomLineItemReturnItem |
CustomLineItemReturnItem.of(String comment,
ZonedDateTime createdAt,
String customLineItemId,
String id,
ZonedDateTime lastModifiedAt,
ReturnPaymentState paymentState,
Long quantity,
ReturnShipmentState shipmentState,
CustomFields custom) |
static Parcel |
Parcel.of(ZonedDateTime createdAt,
String id,
CustomFields custom,
List<DeliveryItem> items,
ParcelMeasurements measurements,
TrackingData trackingData) |
Modifier and Type | Method and Description |
---|---|
CustomFields |
AddDelivery.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
Payment.getCustom() |
CustomFields |
TransactionDraft.getCustom() |
CustomFields |
Transaction.getCustom() |
CustomFields |
TransactionDraftBuilder.getCustom() |
Modifier and Type | Method and Description |
---|---|
List<CustomFields> |
Payment.getInterfaceInteractions() |
Modifier and Type | Method and Description |
---|---|
TransactionDraftBuilder |
TransactionDraftBuilder.custom(CustomFields custom)
Sets the
custom property of this builder. |
Modifier and Type | Method and Description |
---|---|
CustomFields |
PaymentInteractionAddedMessage.getInteraction() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
PriceLike.getCustom() |
CustomFields |
Price.getCustom() |
CustomFields |
ScopedPrice.getCustom() |
Modifier and Type | Method and Description |
---|---|
PriceBuilder |
PriceBuilder.custom(CustomFields custom)
Sets the
custom property of this builder. |
Modifier and Type | Method and Description |
---|---|
CustomFields |
Review.getCustom()
Gets the custom fields of this review or null.
|
Modifier and Type | Method and Description |
---|---|
CustomFields |
ShippingMethod.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
LineItem.getCustom() |
CustomFields |
TextLineItem.getCustom() |
Modifier and Type | Method and Description |
---|---|
LineItemDraftBuilder |
LineItemDraftBuilder.custom(CustomFields custom)
Deprecated.
This method will be removed be removed with the next major SDK update.
Please use the
LineItemDraftBuilderBase.custom(CustomFieldsDraft) method instead. |
Modifier and Type | Method and Description |
---|---|
CustomFields |
StoreCreatedMessage.getCustom() |
Modifier and Type | Method and Description |
---|---|
CustomFields |
CustomFieldsDraftBuilder.buildFields()
Deprecated.
|
CustomFields |
Custom.getCustom() |
Modifier and Type | Method and Description |
---|---|
static CustomFieldsDraftBuilder |
CustomFieldsDraftBuilder.of(CustomFields customFields) |
static CustomFieldsDraft |
CustomFieldsDraft.ofCustomFields(CustomFields custom) |