public static class Storefront.SellingPlanGroupOption extends AbstractResponse<Storefront.SellingPlanGroupOption>
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanGroupOption() |
SellingPlanGroupOption(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getName()
The name of the option.
|
java.util.List<java.lang.String> |
getValues()
The values for the options specified by the selling plans in the selling plan group.
|
Storefront.SellingPlanGroupOption |
setName(java.lang.String arg) |
Storefront.SellingPlanGroupOption |
setValues(java.util.List<java.lang.String> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanGroupOption()
public SellingPlanGroupOption(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getName()
public Storefront.SellingPlanGroupOption setName(java.lang.String arg)
public java.util.List<java.lang.String> getValues()
public Storefront.SellingPlanGroupOption setValues(java.util.List<java.lang.String> arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanGroupOption>