Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.channels |
Provides model classes and builders for channels.
|
io.sphere.sdk.channels.queries |
Provides types to retrieve the state of channels.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.producttypes |
Provides model classes and builders for product types.
|
io.sphere.sdk.producttypes.queries |
Provides types to retrieve the state of product types.
|
io.sphere.sdk.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
io.sphere.sdk.shippingmethods.queries |
Provides types to retrieve the state of shipping methods.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
io.sphere.sdk.types |
Provides model classes and builders for types.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
io.sphere.sdk.zones |
Provides model classes and builders for zones.
|
io.sphere.sdk.zones.queries |
Provides types to retrieve the state of zones.
|
Modifier and Type | Method and Description |
---|---|
List<CustomLineItem> |
Cart.getCustomLineItems()
The custom line items of this cart.
|
List<DiscountCodeInfo> |
Cart.getDiscountCodes() |
List<Address> |
Cart.getItemShippingAddresses() |
List<LineItem> |
Cart.getLineItems() |
PaymentInfo |
Cart.getPaymentInfo() |
CartShippingInfo |
Cart.getShippingInfo() |
ShippingRateInput |
Cart.getShippingRateInput()
The shippingRateInput is used as an input to select a shipping rate price tier
|
KeyReference<Store> |
Cart.getStore() |
TaxedPrice |
Cart.getTaxedPrice() |
Modifier and Type | Method and Description |
---|---|
CustomLineItemCollectionQueryModel<Cart> |
CartQueryModel.customLineItems() |
DiscountCodeInfoCollectionQueryModel<Cart> |
CartQueryModel.discountCodes() |
AddressCollectionQueryModel<Cart> |
CartQueryModel.itemShippingAddresses() |
LineItemCollectionQueryModel<Cart> |
CartQueryModel.lineItems() |
PaymentInfoQueryModel<Cart> |
CartQueryModel.paymentInfo() |
CartShippingInfoQueryModel<Cart> |
CartQueryModel.shippingInfo() |
ShippingRateInputQueryModel<Cart> |
CartQueryModel.shippingRateInput() |
KeyReferenceQueryModel<Cart> |
CartQueryModel.store() |
TaxedPriceOptionalQueryModel<Cart> |
CartQueryModel.taxedPrice() |
Modifier and Type | Method and Description |
---|---|
GeoJSON |
Channel.getGeoLocation()
Returns the geo location of this channel.
|
Modifier and Type | Method and Description |
---|---|
GeoJSONQueryModel<Channel> |
ChannelQueryModel.geoLocation() |
Modifier and Type | Method and Description |
---|---|
List<CustomLineItem> |
Order.getCustomLineItems() |
List<DiscountCodeInfo> |
Order.getDiscountCodes() |
List<Address> |
Order.getItemShippingAddresses() |
List<LineItem> |
Order.getLineItems() |
PaymentInfo |
Order.getPaymentInfo()
Get associated payments.
|
OrderShippingInfo |
Order.getShippingInfo() |
ShippingRateInput |
Order.getShippingRateInput()
The shippingRateInput is used as an input to select a shipping rate price tier
|
KeyReference<Store> |
Order.getStore() |
Set<SyncInfo> |
Order.getSyncInfo()
Sync info of this order.
|
TaxedPrice |
Order.getTaxedPrice() |
Modifier and Type | Method and Description |
---|---|
CustomLineItemCollectionQueryModel<Order> |
OrderQueryModel.customLineItems() |
DiscountCodeInfoCollectionQueryModel<Order> |
OrderQueryModel.discountCodes() |
AddressCollectionQueryModel<Order> |
OrderQueryModel.itemShippingAddresses() |
LineItemCollectionQueryModel<Order> |
OrderQueryModel.lineItems() |
PaymentInfoQueryModel<Order> |
OrderQueryModel.paymentInfo() |
CartShippingInfoQueryModel<Order> |
OrderQueryModel.shippingInfo() |
ShippingRateInputQueryModel<Order> |
OrderQueryModel.shippingRateInput() |
KeyReferenceQueryModel<Order> |
OrderQueryModel.store() |
SyncInfoQueryModel<Order> |
OrderQueryModel.syncInfo() |
TaxedPriceOptionalQueryModel<Order> |
OrderQueryModel.taxedPrice() |
Modifier and Type | Method and Description |
---|---|
PaymentMethodInfo |
Payment.getPaymentMethodInfo() |
PaymentStatus |
Payment.getPaymentStatus() |
List<Transaction> |
Payment.getTransactions() |
Modifier and Type | Method and Description |
---|---|
PaymentMethodInfoQueryModel<Payment> |
PaymentQueryModel.paymentMethodInfo() |
PaymentStatusQueryModel<Payment> |
PaymentQueryModel.paymentStatus() |
TransactionCollectionQueryModel<Payment> |
PaymentQueryModel.transactions() |
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
ProductType.getAttributes() |
Modifier and Type | Method and Description |
---|---|
AttributeDefinitionQueryModel<ProductType> |
ProductTypeQueryModel.attributes() |
Modifier and Type | Method and Description |
---|---|
Locale |
Review.getLocale()
Gets the locale (language) in which the text and title are or null.
|
Modifier and Type | Method and Description |
---|---|
LocaleQuerySortingModel<Review> |
ReviewQueryModel.locale() |
Modifier and Type | Method and Description |
---|---|
List<ZoneRate> |
ShippingMethod.getZoneRates() |
Modifier and Type | Method and Description |
---|---|
ZoneRateCollectionQueryModel<ShippingMethod> |
ShippingMethodQueryModel.zoneRates() |
Modifier and Type | Method and Description |
---|---|
KeyReference<Store> |
ShoppingList.getStore() |
Modifier and Type | Method and Description |
---|---|
KeyReferenceQueryModel<ShoppingList> |
ShoppingListQueryModel.store() |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
Type.getFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
FieldDefinitionCollectionQueryModel<Type> |
TypeQueryModel.fieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
Set<Location> |
Zone.getLocations() |
Modifier and Type | Method and Description |
---|---|
LocationsCollectionQueryModel<Zone> |
ZoneQueryModel.locations() |