public class MapsEngine.Assets
extends java.lang.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(java.lang.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(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the asset.java.io.IOExceptionpublic MapsEngine.Assets.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic MapsEngine.Assets.Parents parents()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Parents.List request = mapsengine.parents().list(parameters ...)