public final class ListGroupItemsResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Analytics API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListGroupItemsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupItemsResponse |
clone() |
Errors |
getErrors()
Apiary error details
|
String |
getEtag()
The Etag of this resource.
|
List<GroupItem> |
getItems()
A list of groups that match the API request parameters.
|
String |
getKind()
Identifies the API resource's type.
|
ListGroupItemsResponse |
set(String fieldName,
Object value) |
ListGroupItemsResponse |
setErrors(Errors errors)
Apiary error details
|
ListGroupItemsResponse |
setEtag(String etag)
The Etag of this resource.
|
ListGroupItemsResponse |
setItems(List<GroupItem> items)
A list of groups that match the API request parameters.
|
ListGroupItemsResponse |
setKind(String kind)
Identifies the API resource's type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Errors getErrors()
null for nonepublic ListGroupItemsResponse setErrors(Errors errors)
errors - errors or null for nonepublic String getEtag()
null for nonepublic ListGroupItemsResponse setEtag(String etag)
etag - etag or null for nonepublic List<GroupItem> getItems()
null for nonepublic ListGroupItemsResponse setItems(List<GroupItem> items)
items - items or null for nonepublic String getKind()
null for nonepublic ListGroupItemsResponse setKind(String kind)
kind - kind or null for nonepublic ListGroupItemsResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListGroupItemsResponse clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.