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