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