public class Dfareporting.UserRolePermissions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.UserRolePermissions.Get |
class |
Dfareporting.UserRolePermissions.List |
| Constructor and Description |
|---|
Dfareporting.UserRolePermissions() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.UserRolePermissions.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one user role permission by ID.
|
Dfareporting.UserRolePermissions.List |
list(java.lang.Long profileId)
Gets a list of user role permissions, possibly filtered.
|
public Dfareporting.UserRolePermissions.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 permission ID.java.io.IOExceptionpublic Dfareporting.UserRolePermissions.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.IOException