public static class Storefront.SellingPlanGroup extends AbstractResponse<Storefront.SellingPlanGroup>
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanGroup() |
SellingPlanGroup(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppName()
A display friendly name for the app that created the selling plan group.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getName()
The name of the selling plan group.
|
java.util.List<Storefront.SellingPlanGroupOption> |
getOptions()
Represents the selling plan options available in the drop-down list in the storefront.
|
Storefront.SellingPlanConnection |
getSellingPlans()
A list of selling plans in a selling plan group.
|
Storefront.SellingPlanGroup |
setAppName(java.lang.String arg) |
Storefront.SellingPlanGroup |
setName(java.lang.String arg) |
Storefront.SellingPlanGroup |
setOptions(java.util.List<Storefront.SellingPlanGroupOption> arg) |
Storefront.SellingPlanGroup |
setSellingPlans(Storefront.SellingPlanConnection arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanGroup()
public SellingPlanGroup(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getAppName()
public Storefront.SellingPlanGroup setAppName(java.lang.String arg)
public java.lang.String getName()
public Storefront.SellingPlanGroup setName(java.lang.String arg)
public java.util.List<Storefront.SellingPlanGroupOption> getOptions()
public Storefront.SellingPlanGroup setOptions(java.util.List<Storefront.SellingPlanGroupOption> arg)
public Storefront.SellingPlanConnection getSellingPlans()
public Storefront.SellingPlanGroup setSellingPlans(Storefront.SellingPlanConnection arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanGroup>