public class MapsEngine.Layers.Permissions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Layers.Permissions.BatchDelete |
class |
MapsEngine.Layers.Permissions.BatchUpdate |
class |
MapsEngine.Layers.Permissions.List |
| Constructor and Description |
|---|
MapsEngine.Layers.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Layers.Permissions.BatchDelete |
batchDelete(String id,
PermissionsBatchDeleteRequest content)
Remove permission entries from an already existing asset.
|
MapsEngine.Layers.Permissions.BatchUpdate |
batchUpdate(String id,
PermissionsBatchUpdateRequest content)
Add or update permission entries to an already existing asset.
|
MapsEngine.Layers.Permissions.List |
list(String id)
Return all of the permissions for the specified asset.
|
public MapsEngine.Layers.Permissions.BatchDelete batchDelete(String id, PermissionsBatchDeleteRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.id - The ID of the asset from which permissions will be removed.content - the PermissionsBatchDeleteRequestIOExceptionpublic MapsEngine.Layers.Permissions.BatchUpdate batchUpdate(String id, PermissionsBatchUpdateRequest 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 PermissionsBatchUpdateRequestIOExceptionpublic MapsEngine.Layers.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