Class SetStagedOrderShippingAddressAndShippingMethodOutput
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingAddressAndShippingMethodOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class SetStagedOrderShippingAddressAndShippingMethodOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderShippingAddressAndShippingMethodOutput(String type, AddressDraft address, ResourceIdentifier shippingMethodResId, ExternalTaxRateDraftOutput externalTaxRate) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAddress(AddressDraft address) voidsetExternalTaxRate(ExternalTaxRateDraftOutput externalTaxRate) voidsetShippingMethodResId(ResourceIdentifier shippingMethodResId) voidtoString()
-
Constructor Details
-
SetStagedOrderShippingAddressAndShippingMethodOutput
public SetStagedOrderShippingAddressAndShippingMethodOutput() -
SetStagedOrderShippingAddressAndShippingMethodOutput
public SetStagedOrderShippingAddressAndShippingMethodOutput(String type, AddressDraft address, ResourceIdentifier shippingMethodResId, ExternalTaxRateDraftOutput externalTaxRate)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getAddress
-
setAddress
-
getShippingMethodResId
-
setShippingMethodResId
-
getExternalTaxRate
-
setExternalTaxRate
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-