getIdForEmail
public MapsEngine.PermissionIds.GetIdForEmail getIdForEmail(java.lang.String email)
throws java.io.IOException
Return permission ID given an email address.
Create a request for the method "permissionIds.getIdForEmail".
This request holds the parameters needed by the mapsengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
email - The email address to be translated into permission ID.
- Returns:
- the request
- Throws:
java.io.IOException