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