public class Dfareporting.Reports
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Reports.CompatibleFields
The "compatibleFields" collection of methods.
|
class |
Dfareporting.Reports.Delete |
class |
Dfareporting.Reports.Files
The "files" collection of methods.
|
class |
Dfareporting.Reports.Get |
class |
Dfareporting.Reports.Insert |
class |
Dfareporting.Reports.List |
class |
Dfareporting.Reports.Patch |
class |
Dfareporting.Reports.Run |
class |
Dfareporting.Reports.Update |
| Constructor and Description |
|---|
Dfareporting.Reports() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Reports.CompatibleFields |
compatibleFields()
An accessor for creating requests from the CompatibleFields collection.
|
Dfareporting.Reports.Delete |
delete(java.lang.Long profileId,
java.lang.Long reportId)
Deletes a report by its ID.
|
Dfareporting.Reports.Files |
files()
An accessor for creating requests from the Files collection.
|
Dfareporting.Reports.Get |
get(java.lang.Long profileId,
java.lang.Long reportId)
Retrieves a report by its ID.
|
Dfareporting.Reports.Insert |
insert(java.lang.Long profileId,
Report content)
Creates a report.
|
Dfareporting.Reports.List |
list(java.lang.Long profileId)
Retrieves list of reports.
|
Dfareporting.Reports.Patch |
patch(java.lang.Long profileId,
java.lang.Long reportId,
Report content)
Updates a report.
|
Dfareporting.Reports.Run |
run(java.lang.Long profileId,
java.lang.Long reportId)
Runs a report.
|
Dfareporting.Reports.Update |
update(java.lang.Long profileId,
java.lang.Long reportId,
Report content)
Updates a report.
|
public Dfareporting.Reports.Delete delete(java.lang.Long profileId, java.lang.Long reportId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA user profile ID.reportId - The ID of the report.java.io.IOExceptionpublic Dfareporting.Reports.Get get(java.lang.Long profileId, java.lang.Long reportId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA user profile ID.reportId - The ID of the report.java.io.IOExceptionpublic Dfareporting.Reports.Insert insert(java.lang.Long profileId, Report content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA user profile ID.content - the Reportjava.io.IOExceptionpublic Dfareporting.Reports.List list(java.lang.Long profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA user profile ID.java.io.IOExceptionpublic Dfareporting.Reports.Patch patch(java.lang.Long profileId, java.lang.Long reportId, Report content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA user profile ID.reportId - The ID of the report.content - the Reportjava.io.IOExceptionpublic Dfareporting.Reports.Run run(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 report.java.io.IOExceptionpublic Dfareporting.Reports.Update update(java.lang.Long profileId, java.lang.Long reportId, Report content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The DFA user profile ID.reportId - The ID of the report.content - the Reportjava.io.IOExceptionpublic Dfareporting.Reports.CompatibleFields compatibleFields()
The typical use is:
Dfareporting dfareporting = new Dfareporting(...);Dfareporting.CompatibleFields.List request = dfareporting.compatibleFields().list(parameters ...)
public Dfareporting.Reports.Files files()
The typical use is:
Dfareporting dfareporting = new Dfareporting(...);Dfareporting.Files.List request = dfareporting.files().list(parameters ...)