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