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