Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Role.RolePrivileges |
Role.RolePrivileges.clone() |
Role.RolePrivileges |
Role.RolePrivileges.set(String fieldName,
Object value) |
Role.RolePrivileges |
Role.RolePrivileges.setPrivilegeName(String privilegeName)
The name of the privilege.
|
Role.RolePrivileges |
Role.RolePrivileges.setServiceId(String serviceId)
The obfuscated ID of the service this privilege is for.
|
Modifier and Type | Method and Description |
---|---|
List<Role.RolePrivileges> |
Role.getRolePrivileges()
The set of privileges that are granted to this role.
|
Modifier and Type | Method and Description |
---|---|
Role |
Role.setRolePrivileges(List<Role.RolePrivileges> rolePrivileges)
The set of privileges that are granted to this role.
|
Copyright © 2011–2021 Google. All rights reserved.