public class Dfareporting.Accounts
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Accounts.Get |
class |
Dfareporting.Accounts.List |
class |
Dfareporting.Accounts.Patch |
class |
Dfareporting.Accounts.Update |
| Constructor and Description |
|---|
Dfareporting.Accounts() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Accounts.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one account by ID.
|
Dfareporting.Accounts.List |
list(java.lang.Long profileId)
Retrieves the list of accounts, possibly filtered.
|
Dfareporting.Accounts.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
Account content)
Updates an existing account.
|
Dfareporting.Accounts.Update |
update(java.lang.Long profileId,
Account content)
Updates an existing account.
|
public Dfareporting.Accounts.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 ID.java.io.IOExceptionpublic Dfareporting.Accounts.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.IOExceptionpublic Dfareporting.Accounts.Patch patch(java.lang.Long profileId, java.lang.Long id, Account content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Account ID.content - the Accountjava.io.IOExceptionpublic Dfareporting.Accounts.Update update(java.lang.Long profileId, Account content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the Accountjava.io.IOException