public static class Storefront.ImageTransformInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ImageTransformInput() |
public Storefront.CropRegion getCrop()
public Input<Storefront.CropRegion> getCropInput()
public Storefront.ImageTransformInput setCrop(Storefront.CropRegion crop)
public Storefront.ImageTransformInput setCropInput(Input<Storefront.CropRegion> crop)
public java.lang.Integer getMaxWidth()
public Input<java.lang.Integer> getMaxWidthInput()
public Storefront.ImageTransformInput setMaxWidth(java.lang.Integer maxWidth)
public Storefront.ImageTransformInput setMaxWidthInput(Input<java.lang.Integer> maxWidth)
public java.lang.Integer getMaxHeight()
public Input<java.lang.Integer> getMaxHeightInput()
public Storefront.ImageTransformInput setMaxHeight(java.lang.Integer maxHeight)
public Storefront.ImageTransformInput setMaxHeightInput(Input<java.lang.Integer> maxHeight)
public java.lang.Integer getScale()
public Input<java.lang.Integer> getScaleInput()
public Storefront.ImageTransformInput setScale(java.lang.Integer scale)
public Storefront.ImageTransformInput setScaleInput(Input<java.lang.Integer> scale)
public Storefront.ImageContentType getPreferredContentType()
public Input<Storefront.ImageContentType> getPreferredContentTypeInput()
public Storefront.ImageTransformInput setPreferredContentType(Storefront.ImageContentType preferredContentType)
public Storefront.ImageTransformInput setPreferredContentTypeInput(Input<Storefront.ImageContentType> preferredContentType)
public void appendTo(java.lang.StringBuilder _queryBuilder)