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.IOException
public 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.IOException
public 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 UserRole
IOException
public Dfareporting.UserRoles.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
public 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 UserRole
IOException
public 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 UserRole
IOException
Copyright © 2011–2025 Google. All rights reserved.