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