public final class PlaylistImageListResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PlaylistImageListResponse() |
Modifier and Type | Method and Description |
---|---|
PlaylistImageListResponse |
clone() |
List<PlaylistImage> |
getItems() |
String |
getKind()
Identifies what kind of resource this is.
|
String |
getNextPageToken()
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
PageInfo |
getPageInfo()
General pagination information.
|
String |
getPrevPageToken()
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
PlaylistImageListResponse |
set(String fieldName,
Object value) |
PlaylistImageListResponse |
setItems(List<PlaylistImage> items) |
PlaylistImageListResponse |
setKind(String kind)
Identifies what kind of resource this is.
|
PlaylistImageListResponse |
setNextPageToken(String nextPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
PlaylistImageListResponse |
setPageInfo(PageInfo pageInfo)
General pagination information.
|
PlaylistImageListResponse |
setPrevPageToken(String prevPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<PlaylistImage> getItems()
null
for nonepublic PlaylistImageListResponse setItems(List<PlaylistImage> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic PlaylistImageListResponse setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic PlaylistImageListResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic PageInfo getPageInfo()
null
for nonepublic PlaylistImageListResponse setPageInfo(PageInfo pageInfo)
pageInfo
- pageInfo or null
for nonepublic String getPrevPageToken()
null
for nonepublic PlaylistImageListResponse setPrevPageToken(String prevPageToken)
prevPageToken
- prevPageToken or null
for nonepublic PlaylistImageListResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PlaylistImageListResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.