public class MapsEngine.Tables.Features
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Tables.Features.BatchDelete |
class |
MapsEngine.Tables.Features.BatchInsert |
class |
MapsEngine.Tables.Features.BatchPatch |
class |
MapsEngine.Tables.Features.Get |
class |
MapsEngine.Tables.Features.List |
| Constructor and Description |
|---|
MapsEngine.Tables.Features() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Features.BatchDelete |
batchDelete(java.lang.String id,
FeaturesBatchDeleteRequest content)
Delete all features matching the given IDs.
|
MapsEngine.Tables.Features.BatchInsert |
batchInsert(java.lang.String id,
FeaturesBatchInsertRequest content)
Append features to an existing table.
|
MapsEngine.Tables.Features.BatchPatch |
batchPatch(java.lang.String id,
FeaturesBatchPatchRequest content)
Update the supplied features.
|
MapsEngine.Tables.Features.Get |
get(java.lang.String tableId,
java.lang.String id)
Return a single feature, given its ID.
|
MapsEngine.Tables.Features.List |
list(java.lang.String id)
Return all features readable by the current user.
|
public MapsEngine.Tables.Features.BatchDelete batchDelete(java.lang.String id, FeaturesBatchDeleteRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the table that contains the features to be deleted.content - the FeaturesBatchDeleteRequestjava.io.IOExceptionpublic MapsEngine.Tables.Features.BatchInsert batchInsert(java.lang.String id, FeaturesBatchInsertRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the table to append the features to.content - the FeaturesBatchInsertRequestjava.io.IOExceptionpublic MapsEngine.Tables.Features.BatchPatch batchPatch(java.lang.String id, FeaturesBatchPatchRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the table containing the features to be patched.content - the FeaturesBatchPatchRequestjava.io.IOExceptionpublic MapsEngine.Tables.Features.Get get(java.lang.String tableId, java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.tableId - The ID of the table.id - The ID of the feature to get.java.io.IOExceptionpublic MapsEngine.Tables.Features.List list(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the table to which these features belong.java.io.IOException