public class Dfareporting.OperatingSystemVersions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.OperatingSystemVersions.Get |
class |
Dfareporting.OperatingSystemVersions.List |
| Constructor and Description |
|---|
OperatingSystemVersions() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.OperatingSystemVersions.Get |
get(Long profileId,
Long id)
Gets one operating system version by ID.
|
Dfareporting.OperatingSystemVersions.List |
list(Long profileId)
Retrieves a list of operating system versions.
|
public Dfareporting.OperatingSystemVersions.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 - Operating system version ID.IOExceptionpublic Dfareporting.OperatingSystemVersions.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.