public class Dfareporting.Subaccounts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Subaccounts.Get |
class |
Dfareporting.Subaccounts.Insert |
class |
Dfareporting.Subaccounts.List |
class |
Dfareporting.Subaccounts.Patch |
class |
Dfareporting.Subaccounts.Update |
| Constructor and Description |
|---|
Subaccounts() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Subaccounts.Get |
get(Long profileId,
Long id)
Gets one subaccount by ID.
|
Dfareporting.Subaccounts.Insert |
insert(Long profileId,
Subaccount content)
Inserts a new subaccount.
|
Dfareporting.Subaccounts.List |
list(Long profileId)
Gets a list of subaccounts, possibly filtered.
|
Dfareporting.Subaccounts.Patch |
patch(Long profileId,
Long id,
Subaccount content)
Updates an existing subaccount.
|
Dfareporting.Subaccounts.Update |
update(Long profileId,
Subaccount content)
Updates an existing subaccount.
|
public Dfareporting.Subaccounts.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 - Subaccount ID.IOExceptionpublic Dfareporting.Subaccounts.Insert insert(Long profileId, Subaccount content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the SubaccountIOExceptionpublic Dfareporting.Subaccounts.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.Subaccounts.Patch patch(Long profileId, Long id, Subaccount content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. Subaccount ID.content - the SubaccountIOExceptionpublic Dfareporting.Subaccounts.Update update(Long profileId, Subaccount content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the SubaccountIOExceptionCopyright © 2011–2023 Google. All rights reserved.