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