Class AddCartCustomLineItem
java.lang.Object
com.commercetools.graphql.api.types.AddCartCustomLineItem
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddCartCustomLineItem(CustomLineItemPriceMode priceMode, ItemShippingDetailsDraft shippingDetails, CustomFieldsDraft custom, Long quantity, ExternalTaxRateDraft externalTaxRate, ResourceIdentifierInput taxCategory, String slug, BaseMoneyInput money, String key, List<LocalizedStringItemInputType> name) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getMoney()getName()getSlug()inthashCode()voidsetCustom(CustomFieldsDraft custom) voidsetExternalTaxRate(ExternalTaxRateDraft externalTaxRate) voidvoidsetMoney(BaseMoneyInput money) voidvoidsetPriceMode(CustomLineItemPriceMode priceMode) voidsetQuantity(Long quantity) voidsetShippingDetails(ItemShippingDetailsDraft shippingDetails) voidvoidsetTaxCategory(ResourceIdentifierInput taxCategory) toString()
-
Constructor Details
-
AddCartCustomLineItem
public AddCartCustomLineItem() -
AddCartCustomLineItem
public AddCartCustomLineItem(CustomLineItemPriceMode priceMode, ItemShippingDetailsDraft shippingDetails, CustomFieldsDraft custom, Long quantity, ExternalTaxRateDraft externalTaxRate, ResourceIdentifierInput taxCategory, String slug, BaseMoneyInput money, String key, List<LocalizedStringItemInputType> name)
-
-
Method Details
-
getPriceMode
-
setPriceMode
-
getShippingDetails
-
setShippingDetails
-
getCustom
-
setCustom
-
getQuantity
-
setQuantity
-
getExternalTaxRate
-
setExternalTaxRate
-
getTaxCategory
-
setTaxCategory
-
getSlug
-
setSlug
-
getMoney
-
setMoney
-
getKey
-
setKey
-
getName
-
setName
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-