public class Dfareporting.Countries
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Countries.Get |
class |
Dfareporting.Countries.List |
| Constructor and Description |
|---|
Dfareporting.Countries() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Countries.Get |
get(java.lang.Long profileId,
java.lang.Long dartId)
Gets one country by ID.
|
Dfareporting.Countries.List |
list(java.lang.Long profileId)
Retrieves a list of countries.
|
public Dfareporting.Countries.Get get(java.lang.Long profileId, java.lang.Long dartId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.dartId - Country DART ID.java.io.IOExceptionpublic Dfareporting.Countries.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