public class Dfareporting.Reports extends 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.Run |
class |
Dfareporting.Reports.Update |
Constructor and Description |
---|
Reports() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.Reports.CompatibleFields |
compatibleFields()
An accessor for creating requests from the CompatibleFields collection.
|
Dfareporting.Reports.Delete |
delete(Long profileId,
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(Long profileId,
Long reportId)
Retrieves a report by its ID.
|
Dfareporting.Reports.Insert |
insert(Long profileId,
Report content)
Creates a report.
|
Dfareporting.Reports.List |
list(Long profileId)
Retrieves list of reports.
|
Dfareporting.Reports.Run |
run(Long profileId,
Long reportId)
Runs a report.
|
Dfareporting.Reports.Update |
update(Long profileId,
Long reportId,
Report content)
Updates a report.
|
public Dfareporting.Reports.Delete delete(Long profileId, Long reportId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.reportId
- The ID of the report.IOException
public Dfareporting.Reports.Get get(Long profileId, Long reportId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.reportId
- The ID of the report.IOException
public Dfareporting.Reports.Insert insert(Long profileId, Report content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.content
- the Report
IOException
public Dfareporting.Reports.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.IOException
public Dfareporting.Reports.Run run(Long profileId, Long reportId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.reportId
- The ID of the report.IOException
public Dfareporting.Reports.Update update(Long profileId, Long reportId, Report content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.reportId
- The ID of the report.content
- the Report
IOException
public 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 ...)
Copyright © 2011–2025 Google. All rights reserved.