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