Class AddShoppingListLineItem
java.lang.Object
com.commercetools.graphql.api.types.AddShoppingListLineItem
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddShoppingListLineItem(OffsetDateTime addedAt, CustomFieldsDraft custom, Integer quantity, Integer variantId, String sku, String key, String productId) -
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
-
AddShoppingListLineItem
public AddShoppingListLineItem() -
AddShoppingListLineItem
public AddShoppingListLineItem(OffsetDateTime addedAt, CustomFieldsDraft custom, Integer quantity, Integer variantId, String sku, String key, String productId)
-
-
Method Details
-
getAddedAt
-
setAddedAt
-
getCustom
-
setCustom
-
getQuantity
-
setQuantity
-
getVariantId
-
setVariantId
-
getSku
-
setSku
-
getKey
-
setKey
-
getProductId
-
setProductId
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-