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