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