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