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