public static class Storefront.SellingPlanGroupQuery extends Query<Storefront.SellingPlanGroupQuery>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.SellingPlanGroupQuery.SellingPlansArguments |
static interface |
Storefront.SellingPlanGroupQuery.SellingPlansArgumentsDefinition |
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.SellingPlanGroupQuery |
appName()
A display friendly name for the app that created the selling plan group.
|
Storefront.SellingPlanGroupQuery |
name()
The name of the selling plan group.
|
Storefront.SellingPlanGroupQuery |
options(Storefront.SellingPlanGroupOptionQueryDefinition queryDef)
Represents the selling plan options available in the drop-down list in the storefront.
|
Storefront.SellingPlanGroupQuery |
sellingPlans(Storefront.SellingPlanConnectionQueryDefinition queryDef)
A list of selling plans in a selling plan group.
|
Storefront.SellingPlanGroupQuery |
sellingPlans(Storefront.SellingPlanGroupQuery.SellingPlansArgumentsDefinition argsDef,
Storefront.SellingPlanConnectionQueryDefinition queryDef)
A list of selling plans in a selling plan group.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.SellingPlanGroupQuery appName()
public Storefront.SellingPlanGroupQuery name()
public Storefront.SellingPlanGroupQuery options(Storefront.SellingPlanGroupOptionQueryDefinition queryDef)
public Storefront.SellingPlanGroupQuery sellingPlans(Storefront.SellingPlanConnectionQueryDefinition queryDef)
public Storefront.SellingPlanGroupQuery sellingPlans(Storefront.SellingPlanGroupQuery.SellingPlansArgumentsDefinition argsDef, Storefront.SellingPlanConnectionQueryDefinition queryDef)