public static class Storefront.ImageQuery extends Query<Storefront.ImageQuery>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.ImageQuery.TransformedSrcArguments |
static interface |
Storefront.ImageQuery.TransformedSrcArgumentsDefinition |
class |
Storefront.ImageQuery.UrlArguments |
static interface |
Storefront.ImageQuery.UrlArgumentsDefinition |
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.ImageQuery |
altText()
A word or phrase to share the nature or contents of an image.
|
Storefront.ImageQuery |
height()
The original height of the image in pixels.
|
Storefront.ImageQuery |
id()
A unique ID for the image.
|
Storefront.ImageQuery |
originalSrc()
Deprecated.
Use `url` instead.
|
Storefront.ImageQuery |
src()
Deprecated.
Use `url` instead.
|
Storefront.ImageQuery |
transformedSrc()
Deprecated.
Use `url(transform:)` instead
|
Storefront.ImageQuery |
transformedSrc(Storefront.ImageQuery.TransformedSrcArgumentsDefinition argsDef)
Deprecated.
Use `url(transform:)` instead
|
Storefront.ImageQuery |
url()
The location of the image as a URL.
|
Storefront.ImageQuery |
url(Storefront.ImageQuery.UrlArgumentsDefinition argsDef)
The location of the image as a URL.
|
Storefront.ImageQuery |
width()
The original width of the image in pixels.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.ImageQuery altText()
public Storefront.ImageQuery height()
public Storefront.ImageQuery id()
@Deprecated public Storefront.ImageQuery originalSrc()
@Deprecated public Storefront.ImageQuery src()
public Storefront.ImageQuery transformedSrc()
@Deprecated public Storefront.ImageQuery transformedSrc(Storefront.ImageQuery.TransformedSrcArgumentsDefinition argsDef)
public Storefront.ImageQuery url()
public Storefront.ImageQuery url(Storefront.ImageQuery.UrlArgumentsDefinition argsDef)
public Storefront.ImageQuery width()