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