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