public class Dfareporting.PlatformTypes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.PlatformTypes.Get |
class |
Dfareporting.PlatformTypes.List |
| Constructor and Description |
|---|
Dfareporting.PlatformTypes() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.PlatformTypes.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one platform type by ID.
|
Dfareporting.PlatformTypes.List |
list(java.lang.Long profileId)
Retrieves a list of platform types.
|
public Dfareporting.PlatformTypes.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 - Platform type ID.java.io.IOExceptionpublic Dfareporting.PlatformTypes.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