Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Roles.Insert |
Directory.Roles.insert(String customer,
Role content)
Creates a role.
|
Directory.Roles.Patch |
Directory.Roles.patch(String customer,
String roleId,
Role content)
Patch role via Apiary Patch Orchestration
Create a request for the method "roles.patch".
|
Directory.Roles.Update |
Directory.Roles.update(String customer,
String roleId,
Role content)
Updates a role.
|
Constructor and Description |
---|
Insert(String customer,
Role content)
Creates a role.
|
Patch(String customer,
String roleId,
Role content)
Patch role via Apiary Patch Orchestration
Create a request for the method "roles.patch".
|
Update(String customer,
String roleId,
Role content)
Updates a role.
|
Modifier and Type | Method and Description |
---|---|
Role |
Role.clone() |
Role |
Role.set(String fieldName,
Object value) |
Role |
Role.setEtag(String etag)
ETag of the resource.
|
Role |
Role.setIsSuperAdminRole(Boolean isSuperAdminRole)
Returns `true` if the role is a super admin role.
|
Role |
Role.setIsSystemRole(Boolean isSystemRole)
Returns `true` if this is a pre-defined system role.
|
Role |
Role.setKind(String kind)
The type of the API resource.
|
Role |
Role.setRoleDescription(String roleDescription)
A short description of the role.
|
Role |
Role.setRoleId(Long roleId)
ID of the role.
|
Role |
Role.setRoleName(String roleName)
Name of the role.
|
Role |
Role.setRolePrivileges(List<Role.RolePrivileges> rolePrivileges)
The set of privileges that are granted to this role.
|
Modifier and Type | Method and Description |
---|---|
List<Role> |
Roles.getItems()
A list of Role resources.
|
Modifier and Type | Method and Description |
---|---|
Roles |
Roles.setItems(List<Role> items)
A list of Role resources.
|
Copyright © 2011–2021 Google. All rights reserved.