Package | Description |
---|---|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands |
Provides types to change the state of shopping list methods.
|
io.sphere.sdk.shoppinglists.expansion |
Provides reference expansion models for shopping lists.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
Modifier and Type | Method and Description |
---|---|
Reference<ShoppingList> |
AddShoppingList.getShoppingList() |
Modifier and Type | Method and Description |
---|---|
static AddShoppingList |
AddShoppingList.of(Reference<ShoppingList> shoppingList) |
Modifier and Type | Method and Description |
---|---|
Reference<ShoppingList> |
AddShoppingList.getShoppingList() |
Modifier and Type | Method and Description |
---|---|
static AddShoppingList |
AddShoppingList.of(Reference<ShoppingList> shoppingList) |
Modifier and Type | Method and Description |
---|---|
static Reference<ShoppingList> |
ShoppingList.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<ShoppingList> |
ShoppingList.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<ShoppingList> |
ShoppingList.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static ShoppingListInStoreDeleteCommand |
ShoppingListInStoreDeleteCommand.of(String storeKey,
Versioned<ShoppingList> versioned) |
static ShoppingListInStoreDeleteCommand |
ShoppingListInStoreDeleteCommand.of(String storeKey,
Versioned<ShoppingList> versioned,
boolean eraseData) |
static ShoppingListDeleteCommand |
ShoppingListDeleteCommand.of(Versioned<ShoppingList> versioned)
Creates a command object to delete a
ShoppingList by ID. |
static ShoppingListDeleteCommand |
ShoppingListDeleteCommand.of(Versioned<ShoppingList> versioned,
boolean eraseData)
Creates a command object to delete a
ShoppingList by ID. |
static ShoppingListUpdateCommand |
ShoppingListUpdateCommand.of(Versioned<ShoppingList> versioned,
List<? extends UpdateAction<ShoppingList>> updateActions)
Creates a command to update a ShoppingList selected by its ID using several update actions.
|
static ShoppingListUpdateCommand |
ShoppingListUpdateCommand.of(Versioned<ShoppingList> versioned,
List<? extends UpdateAction<ShoppingList>> updateActions)
Creates a command to update a ShoppingList selected by its ID using several update actions.
|
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.of(Versioned<ShoppingList> versioned,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.of(Versioned<ShoppingList> versioned,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.of(Versioned<ShoppingList> versioned,
String storeKey,
UpdateAction<ShoppingList> updateAction,
UpdateAction<ShoppingList>... updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.of(Versioned<ShoppingList> versioned,
String storeKey,
UpdateAction<ShoppingList> updateAction,
UpdateAction<ShoppingList>... updateActions) |
static ShoppingListUpdateCommand |
ShoppingListUpdateCommand.of(Versioned<ShoppingList> versioned,
UpdateAction<ShoppingList> updateAction,
UpdateAction<ShoppingList>... updateActions)
Creates a command to update a ShoppingList selected by its ID using one update action.
|
static ShoppingListUpdateCommand |
ShoppingListUpdateCommand.of(Versioned<ShoppingList> versioned,
UpdateAction<ShoppingList> updateAction,
UpdateAction<ShoppingList>... updateActions)
Creates a command to update a ShoppingList selected by its ID using one update action.
|
static ShoppingListUpdateCommand |
ShoppingListUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<ShoppingList>> updateActions)
Creates a command to update a ShoppingList selected by its key using several update actions.
|
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
UpdateAction<ShoppingList> updateAction) |
static ShoppingListUpdateCommand |
ShoppingListUpdateCommand.ofKey(String key,
Long version,
UpdateAction<ShoppingList> updateAction)
Creates a command to update a ShoppingList selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
static ShoppingListExpansionModel<ShoppingList> |
ShoppingListExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
StringQuerySortingModel<ShoppingList> |
ShoppingListQueryModel.anonymousId() |
ReferenceOptionalQueryModel<ShoppingList,Customer> |
ShoppingListQueryModel.customer() |
IntegerQuerySortingModel<ShoppingList> |
ShoppingListQueryModel.deleteDaysAfterLastModification() |
List<ExpansionPath<ShoppingList>> |
ShoppingListByIdGet.expansionPaths() |
List<ExpansionPath<ShoppingList>> |
ShoppingListByKeyGet.expansionPaths() |
StringQuerySortingModel<ShoppingList> |
ShoppingListQueryModel.key() |
LocalizedStringQuerySortingModel<ShoppingList> |
ShoppingListQueryModel.name() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ShoppingList>> |
ShoppingListInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<ShoppingList>> |
ShoppingListQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
LocalizedStringOptionalQueryModel<ShoppingList> |
ShoppingListQueryModel.slug() |
KeyReferenceQueryModel<ShoppingList> |
ShoppingListQueryModel.store() |