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