Class AddStagedOrderShoppingListOutput.Builder
java.lang.Object
com.commercetools.graphql.api.types.AddStagedOrderShoppingListOutput.Builder
- Enclosing class:
- AddStagedOrderShoppingListOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()distributionChannelResId(ChannelReferenceIdentifier distributionChannelResId) shoppingListResId(ResourceIdentifier shoppingListResId) supplyChannelResId(ChannelReferenceIdentifier supplyChannelResId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
type
-
shoppingListResId
public AddStagedOrderShoppingListOutput.Builder shoppingListResId(ResourceIdentifier shoppingListResId) -
supplyChannelResId
public AddStagedOrderShoppingListOutput.Builder supplyChannelResId(ChannelReferenceIdentifier supplyChannelResId) -
distributionChannelResId
public AddStagedOrderShoppingListOutput.Builder distributionChannelResId(ChannelReferenceIdentifier distributionChannelResId)
-