Class MyCartDraft
java.lang.Object
com.commercetools.graphql.api.types.MyCartDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMyCartDraft(Currency currency, String country, InventoryMode inventoryMode, CustomFieldsDraft custom, String customerEmail, AddressInput shippingAddress, AddressInput billingAddress, ResourceIdentifierInput shippingMethod, TaxMode taxMode, String locale, Integer deleteDaysAfterLastModification, List<AddressInput> itemShippingAddresses, List<String> discountCodes, ResourceIdentifierInput store, ResourceIdentifierInput businessUnit, ShippingMode shippingMode, List<CustomShippingDraft> customShipping, List<ShippingDraft> shipping, List<MyLineItemDraft> lineItems) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetStore()inthashCode()static MyCartDraft.BuildervoidsetBillingAddress(AddressInput billingAddress) voidsetBusinessUnit(ResourceIdentifierInput businessUnit) voidsetCountry(String country) voidsetCurrency(Currency currency) voidsetCustom(CustomFieldsDraft custom) voidsetCustomerEmail(String customerEmail) voidsetCustomShipping(List<CustomShippingDraft> customShipping) voidsetDeleteDaysAfterLastModification(Integer deleteDaysAfterLastModification) voidsetDiscountCodes(List<String> discountCodes) voidsetInventoryMode(InventoryMode inventoryMode) voidsetItemShippingAddresses(List<AddressInput> itemShippingAddresses) voidsetLineItems(List<MyLineItemDraft> lineItems) voidvoidsetShipping(List<ShippingDraft> shipping) voidsetShippingAddress(AddressInput shippingAddress) voidsetShippingMethod(ResourceIdentifierInput shippingMethod) voidsetShippingMode(ShippingMode shippingMode) voidsetStore(ResourceIdentifierInput store) voidsetTaxMode(TaxMode taxMode) toString()
-
Constructor Details
-
MyCartDraft
public MyCartDraft() -
MyCartDraft
public MyCartDraft(Currency currency, String country, InventoryMode inventoryMode, CustomFieldsDraft custom, String customerEmail, AddressInput shippingAddress, AddressInput billingAddress, ResourceIdentifierInput shippingMethod, TaxMode taxMode, String locale, Integer deleteDaysAfterLastModification, List<AddressInput> itemShippingAddresses, List<String> discountCodes, ResourceIdentifierInput store, ResourceIdentifierInput businessUnit, ShippingMode shippingMode, List<CustomShippingDraft> customShipping, List<ShippingDraft> shipping, List<MyLineItemDraft> lineItems)
-
-
Method Details
-
getCurrency
-
setCurrency
-
getCountry
-
setCountry
-
getInventoryMode
-
setInventoryMode
-
getCustom
-
setCustom
-
getCustomerEmail
-
setCustomerEmail
-
getShippingAddress
-
setShippingAddress
-
getBillingAddress
-
setBillingAddress
-
getShippingMethod
-
setShippingMethod
-
getTaxMode
-
setTaxMode
-
getLocale
-
setLocale
-
getDeleteDaysAfterLastModification
-
setDeleteDaysAfterLastModification
-
getItemShippingAddresses
-
setItemShippingAddresses
-
getDiscountCodes
-
setDiscountCodes
-
getStore
-
setStore
-
getBusinessUnit
-
setBusinessUnit
-
getShippingMode
-
setShippingMode
-
getCustomShipping
-
setCustomShipping
-
getShipping
-
setShipping
-
getLineItems
-
setLineItems
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-