public static class Storefront.UnknownPricingValue extends AbstractResponse<Storefront.UnknownPricingValue> implements Storefront.PricingValue
optimisticData, responseData| Constructor and Description |
|---|
UnknownPricingValue() |
UnknownPricingValue(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.PricingValue |
create(JsonObject fields) |
java.lang.String |
getGraphQlTypeName() |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic UnknownPricingValue()
public UnknownPricingValue(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic static Storefront.PricingValue create(JsonObject fields) throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.PricingValuepublic boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.UnknownPricingValue>