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