| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GroupContentDetails |
GroupContentDetails.clone() |
GroupContentDetails |
Group.getContentDetails()
The `contentDetails` object contains additional information about the group, such as the number
and type of items that it contains.
|
GroupContentDetails |
GroupContentDetails.set(String fieldName,
Object value) |
GroupContentDetails |
GroupContentDetails.setItemCount(BigInteger itemCount)
The number of items in the group.
|
GroupContentDetails |
GroupContentDetails.setItemType(String itemType)
The type of resources that the group contains.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2011–2019 Google. All rights reserved.