public class Dfareporting.AdvertiserGroups
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.AdvertiserGroups.Delete |
class |
Dfareporting.AdvertiserGroups.Get |
class |
Dfareporting.AdvertiserGroups.Insert |
class |
Dfareporting.AdvertiserGroups.List |
class |
Dfareporting.AdvertiserGroups.Patch |
class |
Dfareporting.AdvertiserGroups.Update |
| Constructor and Description |
|---|
Dfareporting.AdvertiserGroups() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.AdvertiserGroups.Delete |
delete(java.lang.Long profileId,
java.lang.Long id)
Deletes an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one advertiser group by ID.
|
Dfareporting.AdvertiserGroups.Insert |
insert(java.lang.Long profileId,
AdvertiserGroup content)
Inserts a new advertiser group.
|
Dfareporting.AdvertiserGroups.List |
list(java.lang.Long profileId)
Retrieves a list of advertiser groups, possibly filtered.
|
Dfareporting.AdvertiserGroups.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Update |
update(java.lang.Long profileId,
AdvertiserGroup content)
Updates an existing advertiser group.
|
public Dfareporting.AdvertiserGroups.Delete delete(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 - Advertiser group ID.java.io.IOExceptionpublic Dfareporting.AdvertiserGroups.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 - Advertiser group ID.java.io.IOExceptionpublic Dfareporting.AdvertiserGroups.Insert insert(java.lang.Long profileId, AdvertiserGroup content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AdvertiserGroupjava.io.IOExceptionpublic Dfareporting.AdvertiserGroups.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.AdvertiserGroups.Patch patch(java.lang.Long profileId, java.lang.Long id, AdvertiserGroup content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Advertiser group ID.content - the AdvertiserGroupjava.io.IOExceptionpublic Dfareporting.AdvertiserGroups.Update update(java.lang.Long profileId, AdvertiserGroup content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AdvertiserGroupjava.io.IOException