| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReportDefinition |
BatchReportDefinition.clone() |
BatchReportDefinition |
BatchReportDefinition.set(java.lang.String fieldName,
java.lang.Object value) |
BatchReportDefinition |
BatchReportDefinition.setId(java.lang.String id)
The ID that YouTube assigns and uses to uniquely identify the report definition.
|
BatchReportDefinition |
BatchReportDefinition.setKind(java.lang.String kind)
This value specifies the type of data of this item.
|
BatchReportDefinition |
BatchReportDefinition.setName(java.lang.String name)
Name of the report definition.
|
BatchReportDefinition |
BatchReportDefinition.setStatus(java.lang.String status)
Status of the report definition.
|
BatchReportDefinition |
BatchReportDefinition.setType(java.lang.String type)
Type of the report definition.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BatchReportDefinition> |
BatchReportDefinitionList.getItems()
A list of batchReportDefinition resources that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReportDefinitionList |
BatchReportDefinitionList.setItems(java.util.List<BatchReportDefinition> items)
A list of batchReportDefinition resources that match the request criteria.
|