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