Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.PlaylistImages.Insert |
YouTube.PlaylistImages.insert(PlaylistImage content)
Inserts a new resource into this collection.
|
YouTube.PlaylistImages.Insert |
YouTube.PlaylistImages.insert(PlaylistImage content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new resource into this collection.
|
YouTube.PlaylistImages.Update |
YouTube.PlaylistImages.update(PlaylistImage content)
Updates an existing resource.
|
YouTube.PlaylistImages.Update |
YouTube.PlaylistImages.update(PlaylistImage content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Updates an existing resource.
|
Constructor and Description |
---|
Insert(PlaylistImage content)
Inserts a new resource into this collection.
|
Insert(PlaylistImage content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new resource into this collection.
|
Update(PlaylistImage content)
Updates an existing resource.
|
Update(PlaylistImage content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Updates an existing resource.
|
Modifier and Type | Method and Description |
---|---|
PlaylistImage |
PlaylistImage.clone() |
PlaylistImage |
PlaylistImage.set(String fieldName,
Object value) |
PlaylistImage |
PlaylistImage.setId(String id)
Identifies this resource (playlist id and image type).
|
PlaylistImage |
PlaylistImage.setKind(String kind)
Identifies what kind of resource this is.
|
PlaylistImage |
PlaylistImage.setSnippet(PlaylistImageSnippet snippet) |
Modifier and Type | Method and Description |
---|---|
List<PlaylistImage> |
PlaylistImageListResponse.getItems() |
Modifier and Type | Method and Description |
---|---|
PlaylistImageListResponse |
PlaylistImageListResponse.setItems(List<PlaylistImage> items) |
Copyright © 2011–2025 Google. All rights reserved.