Class SetStagedOrderShippingAddressAndCustomShippingMethodOutput
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingAddressAndCustomShippingMethodOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class SetStagedOrderShippingAddressAndCustomShippingMethodOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderShippingAddressAndCustomShippingMethodOutput(String type, AddressDraft address, String shippingMethodName, ShippingRate shippingRate, ResourceIdentifier taxCategoryResId, ExternalTaxRateDraftOutput externalTaxRate) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAddress(AddressDraft address) voidsetExternalTaxRate(ExternalTaxRateDraftOutput externalTaxRate) voidsetShippingMethodName(String shippingMethodName) voidsetShippingRate(ShippingRate shippingRate) voidsetTaxCategoryResId(ResourceIdentifier taxCategoryResId) voidtoString()
-
Constructor Details
-
SetStagedOrderShippingAddressAndCustomShippingMethodOutput
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput() -
SetStagedOrderShippingAddressAndCustomShippingMethodOutput
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput(String type, AddressDraft address, String shippingMethodName, ShippingRate shippingRate, ResourceIdentifier taxCategoryResId, ExternalTaxRateDraftOutput externalTaxRate)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getAddress
-
setAddress
-
getShippingMethodName
-
setShippingMethodName
-
getShippingRate
-
setShippingRate
-
getTaxCategoryResId
-
setTaxCategoryResId
-
getExternalTaxRate
-
setExternalTaxRate
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-