| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.v2 | |
| com.google.api.services.youtubeAnalytics.v2.model |
| Modifier and Type | Method and Description |
|---|---|
YouTubeAnalytics.Groups.Insert |
YouTubeAnalytics.Groups.insert(Group content)
Creates a group.
|
YouTubeAnalytics.Groups.Update |
YouTubeAnalytics.Groups.update(Group content)
Modifies a group.
|
| Constructor and Description |
|---|
Insert(Group content)
Creates a group.
|
Update(Group content)
Modifies a group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.set(String fieldName,
Object value) |
Group |
Group.setContentDetails(GroupContentDetails contentDetails)
The `contentDetails` object contains additional information about the group, such as the number
and type of items that it contains.
|
Group |
Group.setErrors(Errors errors)
Apiary error details
|
Group |
Group.setEtag(String etag)
The Etag of this resource.
|
Group |
Group.setId(String id)
The ID that YouTube uses to uniquely identify the group.
|
Group |
Group.setKind(String kind)
Identifies the API resource's type.
|
Group |
Group.setSnippet(GroupSnippet snippet)
The `snippet` object contains basic information about the group, including its creation date
and name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResponse.getItems()
A list of groups that match the API request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse |
ListGroupsResponse.setItems(List<Group> items)
A list of groups that match the API request parameters.
|
Copyright © 2011–2019 Google. All rights reserved.