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