public final class TaskLists
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 Google Tasks 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 |
|---|
TaskLists() |
| Modifier and Type | Method and Description |
|---|---|
TaskLists |
clone() |
String |
getEtag()
ETag of the resource.
|
List<TaskList> |
getItems()
Collection of task lists.
|
String |
getKind()
Type of the resource.
|
String |
getNextPageToken()
Token that can be used to request the next page of this result.
|
TaskLists |
set(String fieldName,
Object value) |
TaskLists |
setEtag(String etag)
ETag of the resource.
|
TaskLists |
setItems(List<TaskList> items)
Collection of task lists.
|
TaskLists |
setKind(String kind)
Type of the resource.
|
TaskLists |
setNextPageToken(String nextPageToken)
Token that can be used to request the next page of this result.
|
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 TaskLists setEtag(String etag)
etag - etag or null for nonepublic TaskLists setItems(List<TaskList> items)
items - items or null for nonepublic String getKind()
null for nonepublic TaskLists setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic TaskLists setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic TaskLists set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TaskLists clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.