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