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 |
crop(Storefront.CropRegion value)
Crops the image according to the specified region.
|
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 |
maxHeight(java.lang.Integer value)
Image height in pixels between 1 and 2048.
|
Storefront.ProductQuery.ImagesArguments |
maxWidth(java.lang.Integer value)
Image width in pixels between 1 and 2048.
|
Storefront.ProductQuery.ImagesArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.ProductQuery.ImagesArguments |
scale(java.lang.Integer value)
Image size multiplier for high-resolution retina displays.
|
Storefront.ProductQuery.ImagesArguments |
sortKey(Storefront.ProductImageSortKeys value)
Sort the underlying list by the given key.
|
public 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)
public Storefront.ProductQuery.ImagesArguments maxWidth(java.lang.Integer value)
public Storefront.ProductQuery.ImagesArguments maxHeight(java.lang.Integer value)
public Storefront.ProductQuery.ImagesArguments crop(Storefront.CropRegion value)
public Storefront.ProductQuery.ImagesArguments scale(java.lang.Integer value)