Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.UserRoles.Insert |
Dfareporting.UserRoles.insert(Long profileId,
UserRole content)
Inserts a new user role.
|
Dfareporting.UserRoles.Patch |
Dfareporting.UserRoles.patch(Long profileId,
Long id,
UserRole content)
Updates an existing user role.
|
Dfareporting.UserRoles.Update |
Dfareporting.UserRoles.update(Long profileId,
UserRole content)
Updates an existing user role.
|
Constructor and Description |
---|
Insert(Long profileId,
UserRole content)
Inserts a new user role.
|
Patch(Long profileId,
Long id,
UserRole content)
Updates an existing user role.
|
Update(Long profileId,
UserRole content)
Updates an existing user role.
|
Modifier and Type | Method and Description |
---|---|
UserRole |
UserRole.clone() |
UserRole |
UserRole.set(String fieldName,
Object value) |
UserRole |
UserRole.setAccountId(Long accountId)
Account ID of this user role.
|
UserRole |
UserRole.setDefaultUserRole(Boolean defaultUserRole)
Whether this is a default user role.
|
UserRole |
UserRole.setId(Long id)
ID of this user role.
|
UserRole |
UserRole.setKind(String kind)
Identifies what kind of resource this is.
|
UserRole |
UserRole.setName(String name)
Name of this user role.
|
UserRole |
UserRole.setParentUserRoleId(Long parentUserRoleId)
ID of the user role that this user role is based on or copied from.
|
UserRole |
UserRole.setPermissions(List<UserRolePermission> permissions)
List of permissions associated with this user role.
|
UserRole |
UserRole.setSubaccountId(Long subaccountId)
Subaccount ID of this user role.
|
Modifier and Type | Method and Description |
---|---|
List<UserRole> |
UserRolesListResponse.getUserRoles()
User role collection.
|
Modifier and Type | Method and Description |
---|---|
UserRolesListResponse |
UserRolesListResponse.setUserRoles(List<UserRole> userRoles)
User role collection.
|
Copyright © 2011–2025 Google. All rights reserved.