public static class Storefront.SellingPlanPriceAdjustment extends AbstractResponse<Storefront.SellingPlanPriceAdjustment>
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanPriceAdjustment() |
SellingPlanPriceAdjustment(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.SellingPlanPriceAdjustmentValue |
getAdjustmentValue()
The type of price adjustment.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.Integer |
getOrderCount()
The number of orders that the price adjustment applies to.
|
Storefront.SellingPlanPriceAdjustment |
setAdjustmentValue(Storefront.SellingPlanPriceAdjustmentValue arg) |
Storefront.SellingPlanPriceAdjustment |
setOrderCount(java.lang.Integer arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanPriceAdjustment()
public SellingPlanPriceAdjustment(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.SellingPlanPriceAdjustmentValue getAdjustmentValue()
public Storefront.SellingPlanPriceAdjustment setAdjustmentValue(Storefront.SellingPlanPriceAdjustmentValue arg)
public java.lang.Integer getOrderCount()
public Storefront.SellingPlanPriceAdjustment setOrderCount(java.lang.Integer arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanPriceAdjustment>