public class Dfareporting.AccountPermissionGroups
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.AccountPermissionGroups.Get |
class |
Dfareporting.AccountPermissionGroups.List |
| Constructor and Description |
|---|
Dfareporting.AccountPermissionGroups() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.AccountPermissionGroups.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one account permission group by ID.
|
Dfareporting.AccountPermissionGroups.List |
list(java.lang.Long profileId)
Retrieves the list of account permission groups.
|
public Dfareporting.AccountPermissionGroups()
public Dfareporting.AccountPermissionGroups.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 - Account permission group ID.java.io.IOExceptionpublic Dfareporting.AccountPermissionGroups.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