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