public class MyBusinessLodging.Locations extends Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusinessLodging.Locations.GetLodging |
class |
MyBusinessLodging.Locations.Lodging
The "lodging" collection of methods.
|
class |
MyBusinessLodging.Locations.UpdateLodging |
Constructor and Description |
---|
Locations() |
Modifier and Type | Method and Description |
---|---|
MyBusinessLodging.Locations.GetLodging |
getLodging(String name)
Returns the Lodging of a specific location.
|
MyBusinessLodging.Locations.Lodging |
lodging()
An accessor for creating requests from the Lodging collection.
|
MyBusinessLodging.Locations.UpdateLodging |
updateLodging(String name,
Lodging content)
Updates the Lodging of a specific location.
|
public MyBusinessLodging.Locations.GetLodging getLodging(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Google identifier for this location in the form: `locations/{location_id}/lodging`IOException
public MyBusinessLodging.Locations.UpdateLodging updateLodging(String name, Lodging content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. Google identifier for this location in the form: `locations/{location_id}/lodging`content
- the Lodging
IOException
public MyBusinessLodging.Locations.Lodging lodging()
The typical use is:
MyBusinessLodging mybusinesslodging = new MyBusinessLodging(...);
MyBusinessLodging.Lodging.List request = mybusinesslodging.lodging().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.