Class ChangeCartCustomLineItemPriceMode
java.lang.Object
com.commercetools.graphql.api.types.ChangeCartCustomLineItemPriceMode
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChangeCartCustomLineItemPriceMode(String customLineItemId, String customLineItemKey, CustomLineItemPriceMode mode) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMode()inthashCode()voidsetCustomLineItemId(String customLineItemId) voidsetCustomLineItemKey(String customLineItemKey) voidtoString()
-
Constructor Details
-
ChangeCartCustomLineItemPriceMode
public ChangeCartCustomLineItemPriceMode() -
ChangeCartCustomLineItemPriceMode
public ChangeCartCustomLineItemPriceMode(String customLineItemId, String customLineItemKey, CustomLineItemPriceMode mode)
-
-
Method Details