public final class Activities
extends com.google.api.client.json.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 Admin SDK API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Activities() |
| Modifier and Type | Method and Description |
|---|---|
Activities |
clone() |
String |
getEtag()
ETag of the resource.
|
List<Activity> |
getItems()
Each activity record in the response.
|
String |
getKind()
The type of API resource.
|
String |
getNextPageToken()
Token for retrieving the follow-on next page of the report.
|
Activities |
set(String fieldName,
Object value) |
Activities |
setEtag(String etag)
ETag of the resource.
|
Activities |
setItems(List<Activity> items)
Each activity record in the response.
|
Activities |
setKind(String kind)
The type of API resource.
|
Activities |
setNextPageToken(String nextPageToken)
Token for retrieving the follow-on next page of the report.
|
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 String getEtag()
null for nonepublic Activities setEtag(String etag)
etag - etag or null for nonepublic List<Activity> getItems()
null for nonepublic Activities setItems(List<Activity> items)
items - items or null for nonepublic String getKind()
null for nonepublic Activities setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic Activities setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Activities set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Activities clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.