Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
Modifier and Type | Method and Description |
---|---|
KeyReference<Store> |
Cart.getStore() |
Modifier and Type | Method and Description |
---|---|
List<KeyReference<Store>> |
Customer.getStores() |
Modifier and Type | Method and Description |
---|---|
static <T> KeyReference<T> |
KeyReference.of(String key,
String typeId) |
static <T> KeyReference<T> |
KeyReference.of(String key,
String typeId,
T obj) |
Modifier and Type | Method and Description |
---|---|
KeyReference<Store> |
OrderImportDraft.getStore() |
KeyReference<Store> |
Order.getStore() |
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.store(KeyReference<Store> store) |
Modifier and Type | Method and Description |
---|---|
KeyReference<Store> |
OrderStoreSetMessage.getStore() |
Modifier and Type | Method and Description |
---|---|
KeyReference<Store> |
ShoppingList.getStore() |