public class Dfareporting.OperatingSystems extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.OperatingSystems.Get |
class |
Dfareporting.OperatingSystems.List |
Constructor and Description |
---|
OperatingSystems() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.OperatingSystems.Get |
get(Long profileId,
Long dartId)
Gets one operating system by DART ID.
|
Dfareporting.OperatingSystems.List |
list(Long profileId)
Retrieves a list of operating systems.
|
public Dfareporting.OperatingSystems.Get get(Long profileId, Long dartId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.dartId
- Operating system DART ID.IOException
public Dfareporting.OperatingSystems.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
Copyright © 2011–2025 Google. All rights reserved.