public class Storefront.CartQuery.LinesArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.CartQuery.LinesArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.CartQuery.LinesArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.CartQuery.LinesArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.CartQuery.LinesArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.CartQuery.LinesArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
end, startArgumentpublic Storefront.CartQuery.LinesArguments first(java.lang.Integer value)
public Storefront.CartQuery.LinesArguments after(java.lang.String value)
public Storefront.CartQuery.LinesArguments last(java.lang.Integer value)
public Storefront.CartQuery.LinesArguments before(java.lang.String value)
public Storefront.CartQuery.LinesArguments reverse(java.lang.Boolean value)