Class CustomLineItemDraftOutput
java.lang.Object
com.commercetools.graphql.api.types.CustomLineItemDraftOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomLineItemDraftOutput(String key, BaseMoney money, String slug, ExternalTaxRateDraftOutput externalTaxRate, Long quantity, CustomFieldsCommand custom, ItemShippingDetailsDraftOutput shippingDetails, CustomLineItemPriceMode priceMode, String name, ResourceIdentifier taxCategoryResId, List<LocalizedString> nameAllLocales) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getMoney()getName()getSlug()inthashCode()voidsetCustom(CustomFieldsCommand custom) voidsetExternalTaxRate(ExternalTaxRateDraftOutput externalTaxRate) voidvoidvoidvoidsetNameAllLocales(List<LocalizedString> nameAllLocales) voidsetPriceMode(CustomLineItemPriceMode priceMode) voidsetQuantity(Long quantity) voidsetShippingDetails(ItemShippingDetailsDraftOutput shippingDetails) voidvoidsetTaxCategoryResId(ResourceIdentifier taxCategoryResId) toString()
-
Constructor Details
-
CustomLineItemDraftOutput
public CustomLineItemDraftOutput() -
CustomLineItemDraftOutput
public CustomLineItemDraftOutput(String key, BaseMoney money, String slug, ExternalTaxRateDraftOutput externalTaxRate, Long quantity, CustomFieldsCommand custom, ItemShippingDetailsDraftOutput shippingDetails, CustomLineItemPriceMode priceMode, String name, ResourceIdentifier taxCategoryResId, List<LocalizedString> nameAllLocales)
-
-
Method Details
-
getKey
-
setKey
-
getMoney
-
setMoney
-
getSlug
-
setSlug
-
getExternalTaxRate
-
setExternalTaxRate
-
getQuantity
-
setQuantity
-
getCustom
-
setCustom
-
getShippingDetails
-
setShippingDetails
-
getPriceMode
-
setPriceMode
-
getName
-
setName
-
getTaxCategoryResId
-
setTaxCategoryResId
-
getNameAllLocales
-
setNameAllLocales
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-