public class Dfareporting.UserRoles
extends java.lang.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 |
|---|
Dfareporting.UserRoles() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.UserRoles.Delete |
delete(java.lang.Long profileId,
java.lang.Long id)
Deletes an existing user role.
|
Dfareporting.UserRoles.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one user role by ID.
|
Dfareporting.UserRoles.Insert |
insert(java.lang.Long profileId,
UserRole content)
Inserts a new user role.
|
Dfareporting.UserRoles.List |
list(java.lang.Long profileId)
Retrieves a list of user roles, possibly filtered.
|
Dfareporting.UserRoles.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
UserRole content)
Updates an existing user role.
|
Dfareporting.UserRoles.Update |
update(java.lang.Long profileId,
UserRole content)
Updates an existing user role.
|
public Dfareporting.UserRoles.Delete delete(java.lang.Long profileId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - User role ID.java.io.IOExceptionpublic Dfareporting.UserRoles.Get get(java.lang.Long profileId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - User role ID.java.io.IOExceptionpublic Dfareporting.UserRoles.Insert insert(java.lang.Long profileId, UserRole content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the UserRolejava.io.IOExceptionpublic Dfareporting.UserRoles.List list(java.lang.Long profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.java.io.IOExceptionpublic Dfareporting.UserRoles.Patch patch(java.lang.Long profileId, java.lang.Long id, UserRole content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - User role ID.content - the UserRolejava.io.IOExceptionpublic Dfareporting.UserRoles.Update update(java.lang.Long profileId, UserRole content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the UserRolejava.io.IOException