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