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 ...)