Class ShoppingListLimitsProjection
java.lang.Object
com.commercetools.graphql.api.types.ShoppingListLimitsProjection
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShoppingListLimitsProjection(Limit lineItems, Limit textLineItems, ShoppingListLimitWithCurrent total) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTotal()inthashCode()voidsetLineItems(Limit lineItems) voidsetTextLineItems(Limit textLineItems) voidtoString()
-
Constructor Details
-
ShoppingListLimitsProjection
public ShoppingListLimitsProjection() -
ShoppingListLimitsProjection
public ShoppingListLimitsProjection(Limit lineItems, Limit textLineItems, ShoppingListLimitWithCurrent total)
-
-
Method Details