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