Class AddCartShippingMethod
java.lang.Object
com.commercetools.graphql.api.types.AddCartShippingMethod
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddCartShippingMethod(String shippingKey, ResourceIdentifierInput shippingMethod, ExternalTaxRateDraft externalTaxRate, AddressInput shippingAddress, ShippingRateInputDraft shippingRateInput, CustomFieldsDraft custom, List<DeliveryDraft> deliveries) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCustom(CustomFieldsDraft custom) voidsetDeliveries(List<DeliveryDraft> deliveries) voidsetExternalTaxRate(ExternalTaxRateDraft externalTaxRate) voidsetShippingAddress(AddressInput shippingAddress) voidsetShippingKey(String shippingKey) voidsetShippingMethod(ResourceIdentifierInput shippingMethod) voidsetShippingRateInput(ShippingRateInputDraft shippingRateInput) toString()
-
Constructor Details
-
AddCartShippingMethod
public AddCartShippingMethod() -
AddCartShippingMethod
public AddCartShippingMethod(String shippingKey, ResourceIdentifierInput shippingMethod, ExternalTaxRateDraft externalTaxRate, AddressInput shippingAddress, ShippingRateInputDraft shippingRateInput, CustomFieldsDraft custom, List<DeliveryDraft> deliveries)
-
-
Method Details
-
getShippingKey
-
setShippingKey
-
getShippingMethod
-
setShippingMethod
-
getExternalTaxRate
-
setExternalTaxRate
-
getShippingAddress
-
setShippingAddress
-
getShippingRateInput
-
setShippingRateInput
-
getCustom
-
setCustom
-
getDeliveries
-
setDeliveries
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-