public class Dfareporting.Projects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Projects.Get |
class |
Dfareporting.Projects.List |
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Projects.Get |
get(Long profileId,
Long id)
Gets one project by ID.
|
Dfareporting.Projects.List |
list(Long profileId)
Retrieves a list of projects, possibly filtered.
|
public Dfareporting.Projects.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Project ID.IOExceptionpublic Dfareporting.Projects.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionCopyright © 2011–2023 Google. All rights reserved.