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