Package | Description |
---|---|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
Modifier and Type | Method and Description |
---|---|
static ShoppingListByIdGet |
ShoppingListByIdGet.of(Identifiable<ShoppingList> resource) |
static ShoppingListByIdGet |
ShoppingListByIdGet.of(String id) |
ShoppingListByIdGet |
ShoppingListByIdGet.plusExpansionPaths(ExpansionPath<ShoppingList> expansionPath) |
ShoppingListByIdGet |
ShoppingListByIdGet.withExpansionPaths(ExpansionPath<ShoppingList> expansionPath) |
ShoppingListByIdGet |
ShoppingListByIdGet.withExpansionPaths(List<ExpansionPath<ShoppingList>> expansionPaths) |