public class Dfareporting.FloodlightActivities
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.FloodlightActivities.Delete |
class |
Dfareporting.FloodlightActivities.Generatetag |
class |
Dfareporting.FloodlightActivities.Get |
class |
Dfareporting.FloodlightActivities.Insert |
class |
Dfareporting.FloodlightActivities.List |
class |
Dfareporting.FloodlightActivities.Patch |
class |
Dfareporting.FloodlightActivities.Update |
| Constructor and Description |
|---|
Dfareporting.FloodlightActivities() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.FloodlightActivities.Delete |
delete(java.lang.Long profileId,
java.lang.Long id)
Deletes an existing floodlight activity.
|
Dfareporting.FloodlightActivities.Generatetag |
generatetag(java.lang.Long profileId)
Generates a tag for a floodlight activity.
|
Dfareporting.FloodlightActivities.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one floodlight activity by ID.
|
Dfareporting.FloodlightActivities.Insert |
insert(java.lang.Long profileId,
FloodlightActivity content)
Inserts a new floodlight activity.
|
Dfareporting.FloodlightActivities.List |
list(java.lang.Long profileId)
Retrieves a list of floodlight activities, possibly filtered.
|
Dfareporting.FloodlightActivities.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
FloodlightActivity content)
Updates an existing floodlight activity.
|
Dfareporting.FloodlightActivities.Update |
update(java.lang.Long profileId,
FloodlightActivity content)
Updates an existing floodlight activity.
|
public Dfareporting.FloodlightActivities.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 - Floodlight activity ID.java.io.IOExceptionpublic Dfareporting.FloodlightActivities.Generatetag generatetag(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.FloodlightActivities.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 - Floodlight activity ID.java.io.IOExceptionpublic Dfareporting.FloodlightActivities.Insert insert(java.lang.Long profileId, FloodlightActivity content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the FloodlightActivityjava.io.IOExceptionpublic Dfareporting.FloodlightActivities.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.FloodlightActivities.Patch patch(java.lang.Long profileId, java.lang.Long id, FloodlightActivity content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Floodlight activity ID.content - the FloodlightActivityjava.io.IOExceptionpublic Dfareporting.FloodlightActivities.Update update(java.lang.Long profileId, FloodlightActivity content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the FloodlightActivityjava.io.IOException