public class MapsEngine.Assets.Permissions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Assets.Permissions.GetIdForEmail |
class |
MapsEngine.Assets.Permissions.List |
| Constructor and Description |
|---|
MapsEngine.Assets.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Assets.Permissions.GetIdForEmail |
getIdForEmail(java.lang.String email)
Return permission ID given an email address.
|
MapsEngine.Assets.Permissions.List |
list(java.lang.String id)
Return all of the permissions for the specified asset.
|
public MapsEngine.Assets.Permissions.GetIdForEmail getIdForEmail(java.lang.String email) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.email - The email address to be translated into permission ID.java.io.IOExceptionpublic MapsEngine.Assets.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