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