Class ShoppingListLineItemDraft
java.lang.Object
com.commercetools.graphql.api.types.ShoppingListLineItemDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShoppingListLineItemDraft(String productId, String key, String sku, Integer variantId, Integer quantity, CustomFieldsDraft custom, OffsetDateTime addedAt) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getSku()inthashCode()voidsetAddedAt(OffsetDateTime addedAt) voidsetCustom(CustomFieldsDraft custom) voidvoidsetProductId(String productId) voidsetQuantity(Integer quantity) voidvoidsetVariantId(Integer variantId) toString()
-
Constructor Details
-
ShoppingListLineItemDraft
public ShoppingListLineItemDraft() -
ShoppingListLineItemDraft
public ShoppingListLineItemDraft(String productId, String key, String sku, Integer variantId, Integer quantity, CustomFieldsDraft custom, OffsetDateTime addedAt)
-
-
Method Details
-
getProductId
-
setProductId
-
getKey
-
setKey
-
getSku
-
setSku
-
getVariantId
-
setVariantId
-
getQuantity
-
setQuantity
-
getCustom
-
setCustom
-
getAddedAt
-
setAddedAt
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-