| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
VideoCategory |
VideoCategory.clone() |
VideoCategory |
VideoCategory.set(java.lang.String fieldName,
java.lang.Object value) |
VideoCategory |
VideoCategory.setEtag(java.lang.String etag)
Etag of this resource.
|
VideoCategory |
VideoCategory.setId(java.lang.String id)
The ID that YouTube uses to uniquely identify the video category.
|
VideoCategory |
VideoCategory.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
VideoCategory |
VideoCategory.setSnippet(VideoCategorySnippet snippet)
The snippet object contains basic details about the video category, including its title.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VideoCategory> |
VideoCategoryListResponse.getItems()
A list of video categories that can be associated with YouTube videos.
|
| Modifier and Type | Method and Description |
|---|---|
VideoCategoryListResponse |
VideoCategoryListResponse.setItems(java.util.List<VideoCategory> items)
A list of video categories that can be associated with YouTube videos.
|