public class MyBusinessBusinessInformation.Locations extends Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusinessBusinessInformation.Locations.Attributes
The "attributes" collection of methods.
|
class |
MyBusinessBusinessInformation.Locations.Delete |
class |
MyBusinessBusinessInformation.Locations.Get |
class |
MyBusinessBusinessInformation.Locations.GetAttributes |
class |
MyBusinessBusinessInformation.Locations.GetGoogleUpdated |
class |
MyBusinessBusinessInformation.Locations.Patch |
class |
MyBusinessBusinessInformation.Locations.UpdateAttributes |
Constructor and Description |
---|
Locations() |
Modifier and Type | Method and Description |
---|---|
MyBusinessBusinessInformation.Locations.Attributes |
attributes()
An accessor for creating requests from the Attributes collection.
|
MyBusinessBusinessInformation.Locations.Delete |
delete(String name)
Deletes a location.
|
MyBusinessBusinessInformation.Locations.Get |
get(String name)
Returns the specified location.
|
MyBusinessBusinessInformation.Locations.GetAttributes |
getAttributes(String name)
Looks up all the attributes set for a given location.
|
MyBusinessBusinessInformation.Locations.GetGoogleUpdated |
getGoogleUpdated(String name)
Gets the Google-updated version of the specified location.
|
MyBusinessBusinessInformation.Locations.Patch |
patch(String name,
Location content)
Updates the specified location.
|
MyBusinessBusinessInformation.Locations.UpdateAttributes |
updateAttributes(String name,
Attributes content)
Update attributes for a given location.
|
public MyBusinessBusinessInformation.Locations.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The name of the location to delete.IOException
public MyBusinessBusinessInformation.Locations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The name of the location to fetch.IOException
public MyBusinessBusinessInformation.Locations.GetAttributes getAttributes(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.name
- Required. Google identifier for this location in the form of `locations/{location_id}/attributes`.IOException
public MyBusinessBusinessInformation.Locations.GetGoogleUpdated getGoogleUpdated(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.name
- Required. The name of the location to fetch.IOException
public MyBusinessBusinessInformation.Locations.Patch patch(String name, Location content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Google identifier for this location in the form: `locations/{location_id}`.content
- the Location
IOException
public MyBusinessBusinessInformation.Locations.UpdateAttributes updateAttributes(String name, Attributes content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.name
- Required. Google identifier for this location in the form of `locations/{location_id}/attributes`.content
- the Attributes
IOException
public MyBusinessBusinessInformation.Locations.Attributes attributes()
The typical use is:
MyBusinessBusinessInformation mybusinessbusinessinformation = new MyBusinessBusinessInformation(...);
MyBusinessBusinessInformation.Attributes.List request = mybusinessbusinessinformation.attributes().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.