public class Dfareporting.Reports.Files extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.Reports.Files.Get |
class |
Dfareporting.Reports.Files.List |
Constructor and Description |
---|
Files() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.Reports.Files.Get |
get(Long profileId,
Long reportId,
Long fileId)
Retrieves a report file by its report ID and file ID.
|
Dfareporting.Reports.Files.List |
list(Long profileId,
Long reportId)
Lists files for a report.
|
public Dfareporting.Reports.Files.Get get(Long profileId, Long reportId, Long fileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- The Campaign Manager 360 user profile ID.reportId
- The ID of the report.fileId
- The ID of the report file.IOException
public Dfareporting.Reports.Files.List list(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 parent report.IOException
Copyright © 2011–2025 Google. All rights reserved.