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