Class InStoreMe
java.lang.Object
com.commercetools.graphql.api.types.InStoreMe
- All Implemented Interfaces:
ActiveCartInterface,CartQueryInterface,MeQueryInterface,OrderQueryInterface,ShoppingListQueryInterface
public class InStoreMe
extends Object
implements MeQueryInterface, CartQueryInterface, ActiveCartInterface, OrderQueryInterface, ShoppingListQueryInterface
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInStoreMe(Customer customer, Cart cart, CartQueryResult carts, Cart activeCart, Order order, OrderQueryResult orders, ShoppingList shoppingList, ShoppingListQueryResult shoppingLists) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCart()BETA: This feature can be subject to change and should be used carefully in production.getCarts()BETA: This feature can be subject to change and should be used carefully in production.BETA: This feature can be subject to change and should be used carefully in production.getOrder()BETA: This feature can be subject to change and should be used carefully in production.BETA: This feature can be subject to change and should be used carefully in production.BETA: This feature can be subject to change and should be used carefully in production.BETA: This feature can be subject to change and should be used carefully in production.inthashCode()static InStoreMe.BuildervoidsetActiveCart(Cart activeCart) voidvoidsetCarts(CartQueryResult carts) voidsetCustomer(Customer customer) voidvoidsetOrders(OrderQueryResult orders) voidsetShoppingList(ShoppingList shoppingList) voidsetShoppingLists(ShoppingListQueryResult shoppingLists) toString()
-
Constructor Details
-
InStoreMe
public InStoreMe() -
InStoreMe
public InStoreMe(Customer customer, Cart cart, CartQueryResult carts, Cart activeCart, Order order, OrderQueryResult orders, ShoppingList shoppingList, ShoppingListQueryResult shoppingLists)
-
-
Method Details
-
getCustomer
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setCustomer
-
getCart
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta- Specified by:
getCartin interfaceCartQueryInterface- Specified by:
getCartin interfaceMeQueryInterface
-
setCart
- Specified by:
setCartin interfaceCartQueryInterface- Specified by:
setCartin interfaceMeQueryInterface
-
getCarts
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta- Specified by:
getCartsin interfaceCartQueryInterface- Specified by:
getCartsin interfaceMeQueryInterface
-
setCarts
- Specified by:
setCartsin interfaceCartQueryInterface- Specified by:
setCartsin interfaceMeQueryInterface
-
getActiveCart
- Specified by:
getActiveCartin interfaceActiveCartInterface- Specified by:
getActiveCartin interfaceMeQueryInterface
-
setActiveCart
- Specified by:
setActiveCartin interfaceActiveCartInterface- Specified by:
setActiveCartin interfaceMeQueryInterface
-
getOrder
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta- Specified by:
getOrderin interfaceMeQueryInterface- Specified by:
getOrderin interfaceOrderQueryInterface
-
setOrder
- Specified by:
setOrderin interfaceMeQueryInterface- Specified by:
setOrderin interfaceOrderQueryInterface
-
getOrders
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta- Specified by:
getOrdersin interfaceMeQueryInterface- Specified by:
getOrdersin interfaceOrderQueryInterface
-
setOrders
- Specified by:
setOrdersin interfaceMeQueryInterface- Specified by:
setOrdersin interfaceOrderQueryInterface
-
getShoppingList
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta- Specified by:
getShoppingListin interfaceMeQueryInterface- Specified by:
getShoppingListin interfaceShoppingListQueryInterface
-
setShoppingList
- Specified by:
setShoppingListin interfaceMeQueryInterface- Specified by:
setShoppingListin interfaceShoppingListQueryInterface
-
getShoppingLists
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta- Specified by:
getShoppingListsin interfaceMeQueryInterface- Specified by:
getShoppingListsin interfaceShoppingListQueryInterface
-
setShoppingLists
- Specified by:
setShoppingListsin interfaceMeQueryInterface- Specified by:
setShoppingListsin interfaceShoppingListQueryInterface
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-