public static class Storefront.CompanyLocationQuery extends Query<Storefront.CompanyLocationQuery>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.CompanyLocationQuery.MetafieldArguments |
static interface |
Storefront.CompanyLocationQuery.MetafieldArgumentsDefinition |
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CompanyLocationQuery |
createdAt()
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company
location was created in Shopify.
|
Storefront.CompanyLocationQuery |
externalId()
A unique externally-supplied ID for the company.
|
Storefront.CompanyLocationQuery |
locale()
The preferred locale of the company location.
|
Storefront.CompanyLocationQuery |
metafield(java.lang.String key,
Storefront.CompanyLocationQuery.MetafieldArgumentsDefinition argsDef,
Storefront.MetafieldQueryDefinition queryDef)
Returns a metafield found by namespace and key.
|
Storefront.CompanyLocationQuery |
metafield(java.lang.String key,
Storefront.MetafieldQueryDefinition queryDef)
Returns a metafield found by namespace and key.
|
Storefront.CompanyLocationQuery |
metafields(java.util.List<Storefront.HasMetafieldsIdentifier> identifiers,
Storefront.MetafieldQueryDefinition queryDef)
The metafields associated with the resource matching the supplied list of namespaces and keys.
|
Storefront.CompanyLocationQuery |
name()
The name of the company location.
|
Storefront.CompanyLocationQuery |
updatedAt()
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company
location was last modified.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CompanyLocationQuery createdAt()
public Storefront.CompanyLocationQuery externalId()
public Storefront.CompanyLocationQuery locale()
public Storefront.CompanyLocationQuery metafield(java.lang.String key, Storefront.MetafieldQueryDefinition queryDef)
public Storefront.CompanyLocationQuery metafield(java.lang.String key, Storefront.CompanyLocationQuery.MetafieldArgumentsDefinition argsDef, Storefront.MetafieldQueryDefinition queryDef)
public Storefront.CompanyLocationQuery metafields(java.util.List<Storefront.HasMetafieldsIdentifier> identifiers, Storefront.MetafieldQueryDefinition queryDef)
public Storefront.CompanyLocationQuery name()
public Storefront.CompanyLocationQuery updatedAt()