Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
PlaylistListResponse |
PlaylistListResponse.clone() |
PlaylistListResponse |
PlaylistListResponse.set(java.lang.String fieldName,
java.lang.Object value) |
PlaylistListResponse |
PlaylistListResponse.setEtag(java.lang.String etag)
Etag of this resource.
|
PlaylistListResponse |
PlaylistListResponse.setEventId(java.lang.String eventId)
Serialized EventId of the request which produced this response.
|
PlaylistListResponse |
PlaylistListResponse.setItems(java.util.List<Playlist> items)
A list of playlists that match the request criteria.
|
PlaylistListResponse |
PlaylistListResponse.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
PlaylistListResponse |
PlaylistListResponse.setNextPageToken(java.lang.String nextPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
PlaylistListResponse |
PlaylistListResponse.setPageInfo(PageInfo pageInfo) |
PlaylistListResponse |
PlaylistListResponse.setPrevPageToken(java.lang.String prevPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
PlaylistListResponse |
PlaylistListResponse.setTokenPagination(TokenPagination tokenPagination) |
PlaylistListResponse |
PlaylistListResponse.setVisitorId(java.lang.String visitorId)
The visitorId identifies the visitor.
|