public static class Storefront.BrandColorGroup extends AbstractResponse<Storefront.BrandColorGroup>
optimisticData, responseData| Constructor and Description |
|---|
BrandColorGroup() |
BrandColorGroup(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackground()
The background color.
|
java.lang.String |
getForeground()
The foreground color.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.BrandColorGroup |
setBackground(java.lang.String arg) |
Storefront.BrandColorGroup |
setForeground(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic BrandColorGroup()
public BrandColorGroup(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getBackground()
public Storefront.BrandColorGroup setBackground(java.lang.String arg)
public java.lang.String getForeground()
public Storefront.BrandColorGroup setForeground(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.BrandColorGroup>