Modifier and Type | Class and Description |
---|---|
class |
YouTube.PlaylistImages.Delete |
class |
YouTube.PlaylistImages.Insert |
class |
YouTube.PlaylistImages.List |
class |
YouTube.PlaylistImages.Update |
Constructor and Description |
---|
PlaylistImages() |
Modifier and Type | Method and Description |
---|---|
YouTube.PlaylistImages.Delete |
delete()
Deletes a resource.
|
YouTube.PlaylistImages.Insert |
insert(PlaylistImage content)
Inserts a new resource into this collection.
|
YouTube.PlaylistImages.Insert |
insert(PlaylistImage content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new resource into this collection.
|
YouTube.PlaylistImages.List |
list()
Retrieves a list of resources, possibly filtered.
|
YouTube.PlaylistImages.Update |
update(PlaylistImage content)
Updates an existing resource.
|
YouTube.PlaylistImages.Update |
update(PlaylistImage content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Updates an existing resource.
|
public YouTube.PlaylistImages.Delete delete() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public YouTube.PlaylistImages.Insert insert(PlaylistImage content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the PlaylistImage
IOException
public YouTube.PlaylistImages.Insert insert(PlaylistImage content, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
content
- the PlaylistImage
media metadata or null
if nonemediaContent
- The media HTTP content.IOException
- if the initialization of the request failspublic YouTube.PlaylistImages.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public YouTube.PlaylistImages.Update update(PlaylistImage content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the PlaylistImage
IOException
public YouTube.PlaylistImages.Update update(PlaylistImage content, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
content
- the PlaylistImage
media metadata or null
if nonemediaContent
- The media HTTP content.IOException
- if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.