public static class Storefront.CountryQuery extends Query<Storefront.CountryQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CountryQuery |
availableLanguages(Storefront.LanguageQueryDefinition queryDef)
The languages available for the country.
|
Storefront.CountryQuery |
currency(Storefront.CurrencyQueryDefinition queryDef)
The currency of the country.
|
Storefront.CountryQuery |
isoCode()
The ISO code of the country.
|
Storefront.CountryQuery |
market(Storefront.MarketQueryDefinition queryDef)
The market that includes this country.
|
Storefront.CountryQuery |
name()
The name of the country.
|
Storefront.CountryQuery |
unitSystem()
The unit system used in the country.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CountryQuery availableLanguages(Storefront.LanguageQueryDefinition queryDef)
public Storefront.CountryQuery currency(Storefront.CurrencyQueryDefinition queryDef)
public Storefront.CountryQuery isoCode()
public Storefront.CountryQuery market(Storefront.MarketQueryDefinition queryDef)
public Storefront.CountryQuery name()
public Storefront.CountryQuery unitSystem()