Class ShippingInfo
java.lang.Object
com.commercetools.graphql.api.types.ShippingInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShippingInfo(String shippingMethodName, Money price, ShippingRate shippingRate, TaxRate taxRate, List<Delivery> deliveries, DiscountedLineItemPrice discountedPrice, TaxedItemPrice taxedPrice, ShippingMethodState shippingMethodState, ShippingMethod shippingMethod, Reference shippingMethodRef, TaxCategory taxCategory, Reference taxCategoryRef) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPrice()inthashCode()static ShippingInfo.BuildervoidsetDeliveries(List<Delivery> deliveries) voidsetDiscountedPrice(DiscountedLineItemPrice discountedPrice) voidvoidsetShippingMethod(ShippingMethod shippingMethod) voidsetShippingMethodName(String shippingMethodName) voidsetShippingMethodRef(Reference shippingMethodRef) voidsetShippingMethodState(ShippingMethodState shippingMethodState) voidsetShippingRate(ShippingRate shippingRate) voidsetTaxCategory(TaxCategory taxCategory) voidsetTaxCategoryRef(Reference taxCategoryRef) voidsetTaxedPrice(TaxedItemPrice taxedPrice) voidsetTaxRate(TaxRate taxRate) toString()
-
Constructor Details
-
ShippingInfo
public ShippingInfo() -
ShippingInfo
public ShippingInfo(String shippingMethodName, Money price, ShippingRate shippingRate, TaxRate taxRate, List<Delivery> deliveries, DiscountedLineItemPrice discountedPrice, TaxedItemPrice taxedPrice, ShippingMethodState shippingMethodState, ShippingMethod shippingMethod, Reference shippingMethodRef, TaxCategory taxCategory, Reference taxCategoryRef)
-
-
Method Details
-
getShippingMethodName
-
setShippingMethodName
-
getPrice
-
setPrice
-
getShippingRate
-
setShippingRate
-
getTaxRate
-
setTaxRate
-
getDeliveries
-
setDeliveries
-
getDiscountedPrice
-
setDiscountedPrice
-
getTaxedPrice
-
setTaxedPrice
-
getShippingMethodState
-
setShippingMethodState
-
getShippingMethod
-
setShippingMethod
-
getShippingMethodRef
-
setShippingMethodRef
-
getTaxCategory
-
setTaxCategory
-
getTaxCategoryRef
-
setTaxCategoryRef
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-