public class Dfareporting.Accounts extends 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 | 
|---|
Accounts()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.Accounts.Get | 
get(Long profileId,
   Long id)
Gets one account by ID. 
 | 
Dfareporting.Accounts.List | 
list(Long profileId)
Retrieves the list of accounts, possibly filtered. 
 | 
Dfareporting.Accounts.Patch | 
patch(Long profileId,
     Long id,
     Account content)
Updates an existing account. 
 | 
Dfareporting.Accounts.Update | 
update(Long profileId,
      Account content)
Updates an existing account. 
 | 
public Dfareporting.Accounts.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 - Account ID.IOExceptionpublic Dfareporting.Accounts.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.Accounts.Patch patch(Long profileId, Long id, Account content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. Account ID.content - the AccountIOExceptionpublic Dfareporting.Accounts.Update update(Long profileId, Account content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AccountIOExceptionCopyright © 2011–2025 Google. All rights reserved.