public static class Storefront.Brand extends AbstractResponse<Storefront.Brand>
optimisticData, responseData| Modifier and Type | Method and Description |
|---|---|
Storefront.BrandColors |
getColors()
The colors of the store's brand.
|
Storefront.MediaImage |
getCoverImage()
The store's cover image.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.MediaImage |
getLogo()
The store's default logo.
|
java.lang.String |
getShortDescription()
The store's short description.
|
java.lang.String |
getSlogan()
The store's slogan.
|
Storefront.MediaImage |
getSquareLogo()
The store's preferred logo for square UI elements.
|
Storefront.Brand |
setColors(Storefront.BrandColors arg) |
Storefront.Brand |
setCoverImage(Storefront.MediaImage arg) |
Storefront.Brand |
setLogo(Storefront.MediaImage arg) |
Storefront.Brand |
setShortDescription(java.lang.String arg) |
Storefront.Brand |
setSlogan(java.lang.String arg) |
Storefront.Brand |
setSquareLogo(Storefront.MediaImage arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic Brand()
public Brand(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.BrandColors getColors()
public Storefront.Brand setColors(Storefront.BrandColors arg)
public Storefront.MediaImage getCoverImage()
public Storefront.Brand setCoverImage(Storefront.MediaImage arg)
public Storefront.MediaImage getLogo()
public Storefront.Brand setLogo(Storefront.MediaImage arg)
public java.lang.String getShortDescription()
public Storefront.Brand setShortDescription(java.lang.String arg)
public java.lang.String getSlogan()
public Storefront.Brand setSlogan(java.lang.String arg)
public Storefront.MediaImage getSquareLogo()
public Storefront.Brand setSquareLogo(Storefront.MediaImage arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.Brand>