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.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.extensions | |
io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
io.sphere.sdk.orderedits | |
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.productdiscounts |
Provides model classes and builders for product discounts.
|
io.sphere.sdk.productselections |
Provides model classes and builders for product selections.
|
io.sphere.sdk.producttypes |
Provides model classes and builders for product types.
|
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.states |
Provides model classes and builders for states.
|
io.sphere.sdk.stores | |
io.sphere.sdk.subscriptions |
Subscriptions are used to trigger an asynchronous background process in response to an event on commercetools Composable Commerce.
|
io.sphere.sdk.taxcategories |
Provides model classes and builders for tax categories.
|
io.sphere.sdk.types |
Provides model classes and builders for types.
|
io.sphere.sdk.zones |
Provides model classes and builders for zones.
|
Modifier and Type | Method and Description |
---|---|
String |
CartDiscount.getCartPredicate()
Predicate where the discounts should be applied to.
|
CustomFields |
CartDiscount.getCustom()
Allow to add
CustomFields to the CartDiscount |
LocalizedString |
CartDiscount.getDescription()
Description of this cart discount.
|
List<Reference<com.fasterxml.jackson.databind.JsonNode>> |
CartDiscount.getReferences() |
String |
CartDiscount.getSortOrder()
Determinates the order of multiple cart discounts.
|
StackingMode |
CartDiscount.getStackingMode()
Specify whether the application of this discount causes the following discounts to be ignored.
|
CartDiscountTarget |
CartDiscount.getTarget()
Defines what part of the cart will be discounted.
|
ZonedDateTime |
CartDiscount.getValidFrom()
Lower bound of the validity period.
|
ZonedDateTime |
CartDiscount.getValidUntil()
Upper bound of the validity period.
|
CartDiscountValue |
CartDiscount.getValue()
The value of the discount (determines the reduced price).
|
Boolean |
CartDiscount.isActive()
Flag if the discount is active.
|
Boolean |
CartDiscount.isRequiringDiscountCode()
States whether the the discount code can only be used in a connection with a
DiscountCode . |
Modifier and Type | Method and Description |
---|---|
InventoryMode |
Cart.getInventoryMode() |
CartOrigin |
Cart.getOrigin() |
List<Reference<CartDiscount>> |
Cart.getRefusedGifts()
The refused gifts of this cart.
|
TaxCalculationMode |
CartLike.getTaxCalculationMode()
Tax calculation mode of this cart.
|
TaxMode |
CartLike.getTaxMode()
Tax mode of this cart.
|
Modifier and Type | Method and Description |
---|---|
List<Reference<Category>> |
Category.getAncestors() |
List<Asset> |
Category.getAssets() |
LocalizedString |
Category.getDescription()
Description for this category.
|
LocalizedString |
Category.getMetaDescription()
SEO meta description.
|
LocalizedString |
Category.getMetaKeywords()
SEO meta keywords.
|
LocalizedString |
Category.getMetaTitle()
SEO meta title.
|
Modifier and Type | Method and Description |
---|---|
Address |
Channel.getAddress()
The address of a channel.
|
Modifier and Type | Method and Description |
---|---|
List<Address> |
Customer.getAddresses()
Addresses related to this customer.
|
AuthenticationMode |
Customer.getAuthenticationMode() |
String |
Customer.getCompanyName()
Name of the company this customer belongs to.
|
LocalDate |
Customer.getDateOfBirth()
The date of birth for this customer.
|
String |
Customer.getPassword() |
List<KeyReference<Store>> |
Customer.getStores() |
String |
Customer.getVatId()
Value added tax identification number.
|
Boolean |
Customer.isEmailVerified() |
Modifier and Type | Method and Description |
---|---|
List<Reference<CartDiscount>> |
DiscountCode.getCartDiscounts()
The referenced matching cart discounts can be applied to the cart once the discount code is added (
AddDiscountCode ). |
String |
DiscountCode.getCartPredicate()
The discount code can only be applied to carts that match this predicate.
|
LocalizedString |
DiscountCode.getDescription()
Description of this discount code.
|
Long |
DiscountCode.getMaxApplications()
The discount code can only be applied maxApplications times.
|
Long |
DiscountCode.getMaxApplicationsPerCustomer()
The discount code can only be applied maxApplicationsPerCustomer times per customer.
|
LocalizedString |
DiscountCode.getName()
Name of this discount code.
|
List<Reference<com.fasterxml.jackson.databind.JsonNode>> |
DiscountCode.getReferences()
The backend will generate this array from the cartPredicate.
|
ZonedDateTime |
DiscountCode.getValidFrom()
Start date for discount code validity
|
ZonedDateTime |
DiscountCodeDraft.getValidFrom() |
ZonedDateTime |
DiscountCode.getValidUntil()
End date for discount code validity
|
ZonedDateTime |
DiscountCodeDraft.getValidUntil() |
Boolean |
DiscountCode.isActive()
Flag if this cart discount is enabled
|
Modifier and Type | Method and Description |
---|---|
Destination |
Extension.getDestination() |
Long |
Extension.getTimeoutInMs() |
List<Trigger> |
Extension.getTriggers() |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
InventoryEntry.getExpectedDelivery()
The date and time of the next restock.
|
Modifier and Type | Method and Description |
---|---|
OrderEditResult |
OrderEdit.getResult() |
List<OrderEditStagedUpdateAction> |
OrderEdit.getStagedActions() |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
Order.getCompletedAt() |
InventoryMode |
Order.getInventoryMode() |
Long |
Order.getLastMessageSequenceNumber() |
List<Reference<CartDiscount>> |
Order.getRefusedGifts()
The refused gifts of this cart.
|
List<ReturnInfo> |
Order.getReturnInfo() |
Modifier and Type | Method and Description |
---|---|
List<CustomFields> |
Payment.getInterfaceInteractions() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProductDiscount.getDescription() |
String |
ProductDiscount.getPredicate() |
List<Reference<com.fasterxml.jackson.databind.JsonNode>> |
ProductDiscount.getReferences() |
String |
ProductDiscount.getSortOrder() |
ProductDiscountValue |
ProductDiscount.getValue() |
Modifier and Type | Method and Description |
---|---|
CreatedBy |
ProductSelection.getCreatedBy() |
LastModifiedBy |
ProductSelection.getLastModifiedBy() |
ProductSelectionMode |
ProductSelection.getMode() |
ProductSelectionType |
ProductSelection.getType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
ProductType.getDescription() |
Modifier and Type | Method and Description |
---|---|
String |
ShippingMethod.getDescription()
Deprecated.
|
LocalizedString |
ShippingMethod.getLocalizedDescription() |
LocalizedString |
ShippingMethod.getLocalizedName() |
String |
ShippingMethod.getPredicate() |
Boolean |
ShippingMethod.isDefault() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ShoppingList.getDescription() |
List<LineItem> |
ShoppingList.getLineItems() |
List<TextLineItem> |
ShoppingList.getTextLineItems() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
State.getDescription() |
LocalizedString |
State.getName() |
Set<StateRole> |
State.getRoles() |
Set<Reference<State>> |
State.getTransitions() |
Boolean |
State.isBuiltIn() |
Boolean |
State.isInitial() |
Modifier and Type | Method and Description |
---|---|
List<Reference<Channel>> |
Store.getDistributionChannels()
Optional connection to particular supplier.
|
List<ProductSelectionSetting> |
Store.getProductSelections() |
List<Reference<Channel>> |
Store.getSupplyChannels()
Optional connection to particular supplier.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeSubscription> |
Subscription.getChanges() |
Destination |
Subscription.getDestination() |
List<MessageSubscription> |
Subscription.getMessages() |
SubscriptionHealthStatus |
Subscription.getStatus() |
Modifier and Type | Method and Description |
---|---|
String |
TaxCategory.getDescription() |
List<TaxRate> |
TaxCategory.getRates() |
default List<TaxRate> |
TaxCategory.getTaxRates()
Gets the tax rates.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
Type.getDescription() |
LocalizedString |
Type.getName() |
Modifier and Type | Method and Description |
---|---|
String |
Zone.getDescription() |