Class AddCartShoppingList
java.lang.Object
com.commercetools.graphql.api.types.AddCartShoppingList
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddCartShoppingList(ResourceIdentifierInput shoppingList, ResourceIdentifierInput supplyChannel, ResourceIdentifierInput distributionChannel) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static AddCartShoppingList.BuildervoidsetDistributionChannel(ResourceIdentifierInput distributionChannel) voidsetShoppingList(ResourceIdentifierInput shoppingList) voidsetSupplyChannel(ResourceIdentifierInput supplyChannel) toString()
-
Constructor Details
-
AddCartShoppingList
public AddCartShoppingList() -
AddCartShoppingList
public AddCartShoppingList(ResourceIdentifierInput shoppingList, ResourceIdentifierInput supplyChannel, ResourceIdentifierInput distributionChannel)
-
-
Method Details