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