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