Class InStore.Builder
java.lang.Object
com.commercetools.graphql.api.types.InStore.Builder
- Enclosing class:
- InStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()cartDiscount(CartDiscount cartDiscount) cartDiscounts(CartDiscountQueryResult cartDiscounts) carts(CartQueryResult carts) customerActiveCart(Cart customerActiveCart) customers(CustomerQueryResult customers) This field can only be used with an access token created with the password flow or with an anonymous session.orders(OrderQueryResult orders) productSelectionAssignments(ProductAssignmentQueryResult productSelectionAssignments) shippingMethodsByCart(List<ShippingMethod> shippingMethodsByCart) shoppingList(ShoppingList shoppingList) shoppingLists(ShoppingListQueryResult shoppingLists)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
me
This field can only be used with an access token created with the password flow or with an anonymous session. It gives access to the data that is specific to the customer or the anonymous session linked to the access token. -
shippingMethodsByCart
-
cartDiscount
-
cartDiscounts
-
product
-
customer
-
customers
-
cart
-
carts
-
customerActiveCart
-
order
-
orders
-
shoppingList
-
shoppingLists
-
productSelectionAssignments
public InStore.Builder productSelectionAssignments(ProductAssignmentQueryResult productSelectionAssignments)
-