| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
VideoRating |
VideoRating.clone() |
VideoRating |
VideoRating.set(java.lang.String fieldName,
java.lang.Object value) |
VideoRating |
VideoRating.setRating(java.lang.String rating) |
VideoRating |
VideoRating.setVideoId(java.lang.String videoId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VideoRating> |
VideoGetRatingResponse.getItems()
A list of ratings that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
VideoGetRatingResponse |
VideoGetRatingResponse.setItems(java.util.List<VideoRating> items)
A list of ratings that match the request criteria.
|