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.IOException
public 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 Subaccount
IOException
public Dfareporting.Subaccounts.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
public 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 Subaccount
IOException
public 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 Subaccount
IOException
Copyright © 2011–2025 Google. All rights reserved.