public class MapsEngine.Maps.Permissions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Maps.Permissions.BatchInsert |
class |
MapsEngine.Maps.Permissions.List |
| Constructor and Description |
|---|
MapsEngine.Maps.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Maps.Permissions.BatchInsert |
batchInsert(String id,
PermissionsBatchInsertRequest content)
Add permission entries to an already existing asset.
|
MapsEngine.Maps.Permissions.List |
list(String id)
Return all of the permissions for the specified asset.
|
public MapsEngine.Maps.Permissions.BatchInsert batchInsert(String id, PermissionsBatchInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the asset to which permissions will be added.content - the PermissionsBatchInsertRequestIOExceptionpublic MapsEngine.Maps.Permissions.List list(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the asset whose permissions will be listed.IOException