Class AddStagedOrderShoppingListOutput
java.lang.Object
com.commercetools.graphql.api.types.AddStagedOrderShoppingListOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class AddStagedOrderShoppingListOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddStagedOrderShoppingListOutput(String type, ResourceIdentifier shoppingListResId, ChannelReferenceIdentifier supplyChannelResId, ChannelReferenceIdentifier distributionChannelResId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetDistributionChannelResId(ChannelReferenceIdentifier distributionChannelResId) voidsetShoppingListResId(ResourceIdentifier shoppingListResId) voidsetSupplyChannelResId(ChannelReferenceIdentifier supplyChannelResId) voidtoString()
-
Constructor Details
-
AddStagedOrderShoppingListOutput
public AddStagedOrderShoppingListOutput() -
AddStagedOrderShoppingListOutput
public AddStagedOrderShoppingListOutput(String type, ResourceIdentifier shoppingListResId, ChannelReferenceIdentifier supplyChannelResId, ChannelReferenceIdentifier distributionChannelResId)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getShoppingListResId
-
setShoppingListResId
-
getSupplyChannelResId
-
setSupplyChannelResId
-
getDistributionChannelResId
-
setDistributionChannelResId
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-