Package | Description |
---|---|
io.sphere.sdk.annotations.processors.generators | |
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.customergroups |
Provides model classes and builders for customer groups.
|
io.sphere.sdk.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.extensions | |
io.sphere.sdk.orderedits | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
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.projects |
Provides models for the project endpoint.
|
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 | |
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.zones |
Provides model classes and builders for zones.
|
Modifier and Type | Method and Description |
---|---|
protected com.squareup.javapoet.TypeSpec |
UpdateActionGenerator.generateUpdateAction(ExecutableElement propertyMethod,
HasUpdateAction hasUpdateActionInstance) |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
CartDiscount.getDescription()
Description of this cart discount.
|
String |
CartDiscount.getKey() |
LocalizedString |
CartDiscount.getName()
Name of this discount.
|
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.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 |
---|---|
String |
Cart.getAnonymousId() |
TaxCalculationMode |
Cart.getTaxCalculationMode() |
Modifier and Type | Method and Description |
---|---|
String |
CustomerGroup.getKey() |
String |
CustomerGroup.getName()
The name of the customer group.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
DiscountCode.getGroups()
This field is used to signal to which groups the
DiscountCode belongs to. |
ZonedDateTime |
DiscountCode.getValidUntil()
End date for discount code validity
|
Modifier and Type | Method and Description |
---|---|
Destination |
Extension.getDestination() |
String |
Extension.getKey() |
Long |
Extension.getTimeoutInMs() |
List<Trigger> |
Extension.getTriggers() |
Modifier and Type | Method and Description |
---|---|
String |
OrderEdit.getComment() |
String |
OrderEdit.getKey() |
List<OrderEditStagedUpdateAction> |
OrderEdit.getStagedActions() |
Modifier and Type | Method and Description |
---|---|
String |
Order.getCustomerId() |
List<CustomLineItem> |
Order.getCustomLineItems() |
List<Delivery> |
OrderShippingInfo.getDeliveries() |
List<DeliveryItem> |
Parcel.getItems() |
List<DeliveryItem> |
Delivery.getItems() |
List<LineItem> |
Order.getLineItems() |
ParcelMeasurements |
Parcel.getMeasurements() |
List<Parcel> |
Delivery.getParcels() |
TrackingData |
Parcel.getTrackingData() |
Modifier and Type | Method and Description |
---|---|
String |
ProductDiscount.getKey() |
ZonedDateTime |
ProductDiscount.getValidUntil() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ProductSelection.getName() |
Modifier and Type | Method and Description |
---|---|
List<com.neovisionaries.i18n.CountryCode> |
Project.getCountries()
Enabled countries.
|
List<String> |
Project.getCurrencies()
A three-digit currency code as per ISO 4217.
|
ExternalOAuth |
Project.getExternalOAuth()
If this property is set, it allows to use OAuth2 Bearer tokens issued by another service that provides a RFC 7662-compliant endpoint.
|
List<String> |
Project.getLanguages()
A two-digit language code as per ISO 3166-1 alpha-2 String.
|
String |
Project.getName()
The name of the project.
|
SearchIndexingConfiguration |
Project.getSearchIndexing() |
ShoppingListsConfiguration |
Project.getShoppingLists() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
ShippingMethod.getLocalizedDescription() |
LocalizedString |
ShippingMethod.getLocalizedName() |
Modifier and Type | Method and Description |
---|---|
String |
ShoppingList.getAnonymousId() |
Modifier and Type | Method and Description |
---|---|
List<String> |
Store.getLanguages() |
LocalizedString |
Store.getName() |
Modifier and Type | Method and Description |
---|---|
Destination |
Subscription.getDestination() |
Modifier and Type | Method and Description |
---|---|
String |
Zone.getKey() |