public final class List
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 Docs 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 |
|---|
List() |
| Modifier and Type | Method and Description |
|---|---|
List |
clone() |
ListProperties |
getListProperties()
The properties of the list.
|
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
String |
getSuggestedInsertionId()
The suggested insertion ID.
|
Map<String,SuggestedListProperties> |
getSuggestedListPropertiesChanges()
The suggested changes to the list properties, keyed by suggestion ID.
|
List |
set(String fieldName,
Object value) |
List |
setListProperties(ListProperties listProperties)
The properties of the list.
|
List |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
List |
setSuggestedInsertionId(String suggestedInsertionId)
The suggested insertion ID.
|
List |
setSuggestedListPropertiesChanges(Map<String,SuggestedListProperties> suggestedListPropertiesChanges)
The suggested changes to the list properties, keyed by suggestion ID.
|
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 ListProperties getListProperties()
null for nonepublic List setListProperties(ListProperties listProperties)
listProperties - listProperties or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic List setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic String getSuggestedInsertionId()
null for nonepublic List setSuggestedInsertionId(String suggestedInsertionId)
suggestedInsertionId - suggestedInsertionId or null for nonepublic Map<String,SuggestedListProperties> getSuggestedListPropertiesChanges()
null for nonepublic List setSuggestedListPropertiesChanges(Map<String,SuggestedListProperties> suggestedListPropertiesChanges)
suggestedListPropertiesChanges - suggestedListPropertiesChanges or null for nonepublic List set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic List clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.