Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
VideoRating |
VideoRating.clone() |
VideoRating |
VideoRating.set(String fieldName,
Object value) |
VideoRating |
VideoRating.setRating(String rating)
Rating of a video.
|
VideoRating |
VideoRating.setVideoId(String videoId)
The ID that YouTube uses to uniquely identify the video.
|
Modifier and Type | Method and Description |
---|---|
List<VideoRating> |
VideoGetRatingResponse.getItems()
A list of ratings that match the request criteria.
|
List<VideoRating> |
VideoRatingListResponse.getItems()
A list of ratings that match the request criteria.
|
Modifier and Type | Method and Description |
---|---|
VideoGetRatingResponse |
VideoGetRatingResponse.setItems(List<VideoRating> items)
A list of ratings that match the request criteria.
|
VideoRatingListResponse |
VideoRatingListResponse.setItems(List<VideoRating> items)
A list of ratings that match the request criteria.
|
Copyright © 2011–2021 Google. All rights reserved.