public static class Storefront.SellingPlanOption extends AbstractResponse<Storefront.SellingPlanOption>
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanOption() |
SellingPlanOption(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getName()
The name of the option (ie "Delivery every").
|
java.lang.String |
getValue()
The value of the option (ie "Month").
|
Storefront.SellingPlanOption |
setName(java.lang.String arg) |
Storefront.SellingPlanOption |
setValue(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanOption()
public SellingPlanOption(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getName()
public Storefront.SellingPlanOption setName(java.lang.String arg)
public java.lang.String getValue()
public Storefront.SellingPlanOption setValue(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanOption>