public class DisplayVideo.Sdfdownloadtasks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Sdfdownloadtasks.Create |
class |
DisplayVideo.Sdfdownloadtasks.Operations
The "operations" collection of methods.
|
| Constructor and Description |
|---|
Sdfdownloadtasks() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Sdfdownloadtasks.Create |
create(CreateSdfDownloadTaskRequest content)
Creates an SDF Download Task.
|
DisplayVideo.Sdfdownloadtasks.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
public DisplayVideo.Sdfdownloadtasks.Create create(CreateSdfDownloadTaskRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the CreateSdfDownloadTaskRequestIOExceptionpublic DisplayVideo.Sdfdownloadtasks.Operations operations()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Operations.List request = displayvideo.operations().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.