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