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