public class Dfareporting.VideoFormats
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.VideoFormats.Get |
class |
Dfareporting.VideoFormats.List |
| Constructor and Description |
|---|
Dfareporting.VideoFormats() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.VideoFormats.Get |
get(java.lang.Long profileId,
java.lang.Integer id)
Gets one video format by ID.
|
Dfareporting.VideoFormats.List |
list(java.lang.Long profileId)
Lists available video formats.
|
public Dfareporting.VideoFormats.Get get(java.lang.Long profileId, java.lang.Integer id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Video format ID.java.io.IOExceptionpublic Dfareporting.VideoFormats.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