| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.set(String fieldName,
Object value) |
Permission |
Permission.setDiscoverable(Boolean discoverable)
True if asset is listed and is searchable by the public.
|
Permission |
Permission.setEmailAddress(String emailAddress)
The email address of the user this permission refers to.
|
Permission |
Permission.setId(String id)
The ID of the permission.
|
Permission |
Permission.setRole(String role)
The primary role for this user.
|
Permission |
Permission.setType(String type)
The account type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionsListResponse.getPermissions()
The set of permissions associated with this asset.
|
List<Permission> |
PermissionsBatchInsertRequest.getPermissions()
The permissions to be added.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionsListResponse |
PermissionsListResponse.setPermissions(List<Permission> permissions)
The set of permissions associated with this asset.
|
PermissionsBatchInsertRequest |
PermissionsBatchInsertRequest.setPermissions(List<Permission> permissions)
The permissions to be added.
|