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