public class Dfareporting.UserRolePermissionGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.UserRolePermissionGroups.Get |
class |
Dfareporting.UserRolePermissionGroups.List |
| Constructor and Description |
|---|
UserRolePermissionGroups() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.UserRolePermissionGroups.Get |
get(Long profileId,
Long id)
Gets one user role permission group by ID.
|
Dfareporting.UserRolePermissionGroups.List |
list(Long profileId)
Gets a list of all supported user role permission groups.
|
public Dfareporting.UserRolePermissionGroups.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 permission group ID.IOExceptionpublic Dfareporting.UserRolePermissionGroups.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionCopyright © 2011–2023 Google. All rights reserved.