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