| Package | Description |
|---|---|
| com.google.api.services.mapsengine |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.list(String id)
Return all features readable by the current user.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.set(String parameterName,
Object value) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setAlt(String alt) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setFields(String fields) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setId(String id)
The ID of the table to which these features belong.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setInclude(String include)
A comma separated list of optional data to include.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setIntersects(String intersects)
A geometry literal that specifies the spatial restriction of the query.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setKey(String key) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setLimit(Long limit)
The total number of features to return from the query, irrespective of the number of
pages.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setMaxResults(Long maxResults)
The maximum number of items to include in the response, used for paging.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setOauthToken(String oauthtoken) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setOrderBy(String orderBy)
An SQL-like order by clause used to sort results.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setPrettyPrint(Boolean prettyPrint) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setQuotaUser(String quotaUser) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setSelect(String select)
A SQL-like projection clause used to specify returned properties.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setUserIp(String userIp) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setVersion(String version)
The table version to access.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setWhere(String where)
An SQL-like predicate used to filter results.
|