public class Dfareporting.OperatingSystems
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.OperatingSystems.Get |
class |
Dfareporting.OperatingSystems.List |
| Constructor and Description |
|---|
Dfareporting.OperatingSystems() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.OperatingSystems.Get |
get(java.lang.Long profileId,
java.lang.Long dartId)
Gets one operating system by DART ID.
|
Dfareporting.OperatingSystems.List |
list(java.lang.Long profileId)
Retrieves a list of operating systems.
|
public Dfareporting.OperatingSystems.Get get(java.lang.Long profileId, java.lang.Long dartId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.dartId - Operating system DART ID.java.io.IOExceptionpublic Dfareporting.OperatingSystems.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