public class MapsEngine.Assets extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Assets.Get |
class |
MapsEngine.Assets.List |
class |
MapsEngine.Assets.Parents
The "parents" collection of methods.
|
| Constructor and Description |
|---|
MapsEngine.Assets() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Assets.Get |
get(String id)
Return metadata for a particular asset.
|
MapsEngine.Assets.List |
list()
Return all assets readable by the current user.
|
MapsEngine.Assets.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
public MapsEngine.Assets.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the asset.IOExceptionpublic MapsEngine.Assets.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic MapsEngine.Assets.Parents parents()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Parents.List request = mapsengine.parents().list(parameters ...)