list
public MapsEngine.Rasters.Permissions.List list(java.lang.String id)
throws java.io.IOException
Return all of the permissions for the specified asset.
Create a request for the method "permissions.list".
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:
id - The ID of the asset whose permissions will be listed.
- Returns:
- the request
- Throws:
java.io.IOException