public static class Storefront.LocationAddressQuery extends Query<Storefront.LocationAddressQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.LocationAddressQuery |
address1()
The first line of the address for the location.
|
Storefront.LocationAddressQuery |
address2()
The second line of the address for the location.
|
Storefront.LocationAddressQuery |
city()
The city of the location.
|
Storefront.LocationAddressQuery |
country()
The country of the location.
|
Storefront.LocationAddressQuery |
countryCode()
The country code of the location.
|
Storefront.LocationAddressQuery |
formatted()
A formatted version of the address for the location.
|
Storefront.LocationAddressQuery |
latitude()
The latitude coordinates of the location.
|
Storefront.LocationAddressQuery |
longitude()
The longitude coordinates of the location.
|
Storefront.LocationAddressQuery |
phone()
The phone number of the location.
|
Storefront.LocationAddressQuery |
province()
The province of the location.
|
Storefront.LocationAddressQuery |
provinceCode()
The code for the province, state, or district of the address of the location.
|
Storefront.LocationAddressQuery |
zip()
The ZIP code of the location.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.LocationAddressQuery address1()
public Storefront.LocationAddressQuery address2()
public Storefront.LocationAddressQuery city()
public Storefront.LocationAddressQuery country()
public Storefront.LocationAddressQuery countryCode()
public Storefront.LocationAddressQuery formatted()
public Storefront.LocationAddressQuery latitude()
public Storefront.LocationAddressQuery longitude()
public Storefront.LocationAddressQuery phone()
public Storefront.LocationAddressQuery province()
public Storefront.LocationAddressQuery provinceCode()
public Storefront.LocationAddressQuery zip()