Package | Description |
---|---|
com.google.api.services.mybusiness.v4 | |
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Locations.Create |
MyBusiness.Accounts.Locations.create(java.lang.String parent,
Location content)
Creates a new location owned by the specified account, and returns it.
|
MyBusiness.Accounts.Locations.Patch |
MyBusiness.Accounts.Locations.patch(java.lang.String name,
Location content)
Updates the specified location.
|
Constructor and Description |
---|
Create(java.lang.String parent,
Location content)
Creates a new location owned by the specified account, and returns it.
|
Patch(java.lang.String name,
Location content)
Updates the specified location.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.clone() |
Location |
GoogleUpdatedLocation.getLocation()
The Google-updated version of this location.
|
Location |
MatchedLocation.getLocation()
The sparsely populated location that is a potential match.
|
Location |
Location.set(java.lang.String fieldName,
java.lang.Object value) |
Location |
Location.setAdditionalCategories(java.util.List<Category> additionalCategories)
Additional categories to describe your business.
|
Location |
Location.setAdditionalPhones(java.util.List<java.lang.String> additionalPhones)
Up to two phone numbers (mobile or landline, no fax) at which your business can be called, in
addition to your primary phone number.
|
Location |
Location.setAddress(PostalAddress address)
A precise, accurate address to describe your business location.
|
Location |
Location.setAdWordsLocationExtensions(AdWordsLocationExtensions adWordsLocationExtensions)
Additional information that is surfaced in AdWords.
|
Location |
Location.setAttributes(java.util.List<Attribute> attributes)
Attributes for this location.
|
Location |
Location.setLabels(java.util.List<java.lang.String> labels)
A collection of free-form strings to allow you to tag your business.
|
Location |
Location.setLanguageCode(java.lang.String languageCode)
The language of the location.
|
Location |
Location.setLatlng(LatLng latlng)
User-provided latitude and longitude.
|
Location |
Location.setLocationKey(LocationKey locationKey)
A collection of keys that link this business to other Google properties, such as a Google+ page
and Google Maps Places.
|
Location |
Location.setLocationName(java.lang.String locationName)
Location name should reflect your business's real-world name, as used consistently on your
storefront, website, and stationery, and as known to customers.
|
Location |
Location.setLocationState(LocationState locationState)
Output only.
|
Location |
Location.setMetadata(Metadata metadata)
Output Only.
|
Location |
Location.setName(java.lang.String name)
Google identifier for this location in the form:
`accounts/{account_id}/locations/{location_id}`
In the context of matches, this field will not be populated.
|
Location |
Location.setOpenInfo(OpenInfo openInfo)
A flag that indicates whether the location is currently open for business.
|
Location |
Location.setPriceLists(java.util.List<PriceList> priceLists)
Price list information for this location.
|
Location |
Location.setPrimaryCategory(Category primaryCategory)
Category that best describes the core business this location engages in.
|
Location |
Location.setPrimaryPhone(java.lang.String primaryPhone)
A phone number that connects to your individual business location as directly as possible.
|
Location |
Location.setProfile(Profile profile)
Describes your business in your own voice and shares with users the unique story of your
business and offerings.
|
Location |
Location.setRegularHours(BusinessHours regularHours)
Operating hours for the business.
|
Location |
Location.setServiceArea(ServiceAreaBusiness serviceArea)
Service area businesses provide their service at the customer's location.
|
Location |
Location.setSpecialHours(SpecialHours specialHours)
Special hours for the business.
|
Location |
Location.setStoreCode(java.lang.String storeCode)
External identifier for this location, which must be unique inside a given account.
|
Location |
Location.setWebsiteUrl(java.lang.String websiteUrl)
A URL for this business.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Location> |
ListLocationsResponse.getLocations()
The locations.
|
java.util.List<Location> |
BatchGetLocationsResponse.getLocations()
A collection of locations.
|
Modifier and Type | Method and Description |
---|---|
GoogleUpdatedLocation |
GoogleUpdatedLocation.setLocation(Location location)
The Google-updated version of this location.
|
MatchedLocation |
MatchedLocation.setLocation(Location location)
The sparsely populated location that is a potential match.
|
Modifier and Type | Method and Description |
---|---|
ListLocationsResponse |
ListLocationsResponse.setLocations(java.util.List<Location> locations)
The locations.
|
BatchGetLocationsResponse |
BatchGetLocationsResponse.setLocations(java.util.List<Location> locations)
A collection of locations.
|
Copyright © 2011-2018 Google. All Rights Reserved.