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