public static class Storefront.BrandQuery extends Query<Storefront.BrandQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.BrandQuery |
colors(Storefront.BrandColorsQueryDefinition queryDef)
The colors of the store's brand.
|
Storefront.BrandQuery |
coverImage(Storefront.MediaImageQueryDefinition queryDef)
The store's cover image.
|
Storefront.BrandQuery |
logo(Storefront.MediaImageQueryDefinition queryDef)
The store's default logo.
|
Storefront.BrandQuery |
shortDescription()
The store's short description.
|
Storefront.BrandQuery |
slogan()
The store's slogan.
|
Storefront.BrandQuery |
squareLogo(Storefront.MediaImageQueryDefinition queryDef)
The store's preferred logo for square UI elements.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.BrandQuery colors(Storefront.BrandColorsQueryDefinition queryDef)
public Storefront.BrandQuery coverImage(Storefront.MediaImageQueryDefinition queryDef)
public Storefront.BrandQuery logo(Storefront.MediaImageQueryDefinition queryDef)
public Storefront.BrandQuery shortDescription()
public Storefront.BrandQuery slogan()
public Storefront.BrandQuery squareLogo(Storefront.MediaImageQueryDefinition queryDef)