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