public class Dfareporting.Reports.Files
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Reports.Files.Get |
class |
Dfareporting.Reports.Files.List |
| Constructor and Description |
|---|
Dfareporting.Reports.Files() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Reports.Files.Get |
get(java.lang.Long profileId,
java.lang.Long reportId,
java.lang.Long fileId)
Retrieves a report file.
|
Dfareporting.Reports.Files.List |
list(java.lang.Long profileId,
java.lang.Long reportId)
Lists files for a report.
|
public Dfareporting.Reports.Files.Get get(java.lang.Long profileId, java.lang.Long reportId, java.lang.Long fileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA profile ID.reportId - The ID of the report.fileId - The ID of the report file.java.io.IOExceptionpublic Dfareporting.Reports.Files.List list(java.lang.Long profileId, java.lang.Long reportId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA profile ID.reportId - The ID of the parent report.java.io.IOException