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