Class ChangeCartCustomLineItemQuantity
java.lang.Object
com.commercetools.graphql.api.types.ChangeCartCustomLineItemQuantity
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChangeCartCustomLineItemQuantity(String customLineItemId, String customLineItemKey, Long quantity) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCustomLineItemId(String customLineItemId) voidsetCustomLineItemKey(String customLineItemKey) voidsetQuantity(Long quantity) toString()
-
Constructor Details
-
ChangeCartCustomLineItemQuantity
public ChangeCartCustomLineItemQuantity() -
ChangeCartCustomLineItemQuantity
-
-
Method Details