| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GroupSnippet |
GroupSnippet.clone() |
GroupSnippet |
Group.getSnippet()
The `snippet` object contains basic information about the group, including its creation date
and name.
|
GroupSnippet |
GroupSnippet.set(String fieldName,
Object value) |
GroupSnippet |
GroupSnippet.setPublishedAt(String publishedAt)
The date and time that the group was created.
|
GroupSnippet |
GroupSnippet.setTitle(String title)
The group name.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.setSnippet(GroupSnippet snippet)
The `snippet` object contains basic information about the group, including its creation date
and name.
|
Copyright © 2011–2019 Google. All rights reserved.