public class Dfareporting.FloodlightActivityGroups extends 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 | 
|---|
FloodlightActivityGroups()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.FloodlightActivityGroups.Get | 
get(Long profileId,
   Long id)
Gets one floodlight activity group by ID. 
 | 
Dfareporting.FloodlightActivityGroups.Insert | 
insert(Long profileId,
      FloodlightActivityGroup content)
Inserts a new floodlight activity group. 
 | 
Dfareporting.FloodlightActivityGroups.List | 
list(Long profileId)
Retrieves a list of floodlight activity groups, possibly filtered. 
 | 
Dfareporting.FloodlightActivityGroups.Patch | 
patch(Long profileId,
     Long id,
     FloodlightActivityGroup content)
Updates an existing floodlight activity group. 
 | 
Dfareporting.FloodlightActivityGroups.Update | 
update(Long profileId,
      FloodlightActivityGroup content)
Updates an existing floodlight activity group. 
 | 
public Dfareporting.FloodlightActivityGroups.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 - Floodlight activity Group ID.IOExceptionpublic Dfareporting.FloodlightActivityGroups.Insert insert(Long profileId, FloodlightActivityGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the FloodlightActivityGroupIOExceptionpublic Dfareporting.FloodlightActivityGroups.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.FloodlightActivityGroups.Patch patch(Long profileId, Long id, FloodlightActivityGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. EventTag ID.content - the FloodlightActivityGroupIOExceptionpublic Dfareporting.FloodlightActivityGroups.Update update(Long profileId, FloodlightActivityGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the FloodlightActivityGroupIOExceptionCopyright © 2011–2025 Google. All rights reserved.