public class Dfareporting.UserRoles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.UserRoles.Delete |
class |
Dfareporting.UserRoles.Get |
class |
Dfareporting.UserRoles.Insert |
class |
Dfareporting.UserRoles.List |
class |
Dfareporting.UserRoles.Patch |
class |
Dfareporting.UserRoles.Update |
| Constructor and Description |
|---|
UserRoles() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.UserRoles.Delete |
delete(Long profileId,
Long id)
Deletes an existing user role.
|
Dfareporting.UserRoles.Get |
get(Long profileId,
Long id)
Gets one user role by ID.
|
Dfareporting.UserRoles.Insert |
insert(Long profileId,
UserRole content)
Inserts a new user role.
|
Dfareporting.UserRoles.List |
list(Long profileId)
Retrieves a list of user roles, possibly filtered.
|
Dfareporting.UserRoles.Patch |
patch(Long profileId,
Long id,
UserRole content)
Updates an existing user role.
|
Dfareporting.UserRoles.Update |
update(Long profileId,
UserRole content)
Updates an existing user role.
|
public Dfareporting.UserRoles.Delete delete(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - User role ID.IOExceptionpublic Dfareporting.UserRoles.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - User role ID.IOExceptionpublic Dfareporting.UserRoles.Insert insert(Long profileId, UserRole content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the UserRoleIOExceptionpublic Dfareporting.UserRoles.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.UserRoles.Patch patch(Long profileId, Long id, UserRole content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. UserRole ID.content - the UserRoleIOExceptionpublic Dfareporting.UserRoles.Update update(Long profileId, UserRole content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the UserRoleIOExceptionCopyright © 2011–2023 Google. All rights reserved.