| Package | Description |
|---|---|
| com.google.api.services.mapsengine |
| Modifier and Type | Method and Description |
|---|---|
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.get(String tableId,
String id)
Return a single feature, given its ID.
|
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.set(String parameterName,
Object value) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setAlt(String alt) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setFields(String fields) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setId(String id)
The ID of the feature to get.
|
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setKey(String key) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setOauthToken(String oauthToken) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setPrettyPrint(Boolean prettyPrint) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setQuotaUser(String quotaUser) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setSelect(String select)
A SQL-like projection clause used to specify returned properties.
|
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setTableId(String tableId)
The ID of the table.
|
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setUserIp(String userIp) |
Mapsengine.Tables.Features.Get |
Mapsengine.Tables.Features.Get.setVersion(String version)
The table version to access.
|