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.Flags
Constructor and Description |
---|
List() |
Modifier and Type | Method and Description |
---|---|
List |
clone() |
ListProperties |
getListProperties()
The properties of the list.
|
java.util.List<java.lang.String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
java.lang.String |
getSuggestedInsertionId()
The suggested insertion ID.
|
java.util.Map<java.lang.String,SuggestedListProperties> |
getSuggestedListPropertiesChanges()
The suggested changes to the list properties, keyed by suggestion ID.
|
List |
set(java.lang.String fieldName,
java.lang.Object value) |
List |
setListProperties(ListProperties listProperties)
The properties of the list.
|
List |
setSuggestedDeletionIds(java.util.List<java.lang.String> suggestedDeletionIds)
The suggested deletion IDs.
|
List |
setSuggestedInsertionId(java.lang.String suggestedInsertionId)
The suggested insertion ID.
|
List |
setSuggestedListPropertiesChanges(java.util.Map<java.lang.String,SuggestedListProperties> suggestedListPropertiesChanges)
The suggested changes to the list properties, keyed by suggestion ID.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public ListProperties getListProperties()
null
for nonepublic List setListProperties(ListProperties listProperties)
listProperties
- listProperties or null
for nonepublic java.util.List<java.lang.String> getSuggestedDeletionIds()
null
for nonepublic List setSuggestedDeletionIds(java.util.List<java.lang.String> suggestedDeletionIds)
suggestedDeletionIds
- suggestedDeletionIds or null
for nonepublic java.lang.String getSuggestedInsertionId()
null
for nonepublic List setSuggestedInsertionId(java.lang.String suggestedInsertionId)
suggestedInsertionId
- suggestedInsertionId or null
for nonepublic java.util.Map<java.lang.String,SuggestedListProperties> getSuggestedListPropertiesChanges()
null
for nonepublic List setSuggestedListPropertiesChanges(java.util.Map<java.lang.String,SuggestedListProperties> suggestedListPropertiesChanges)
suggestedListPropertiesChanges
- suggestedListPropertiesChanges or null
for nonepublic List set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public List clone()
clone
in class com.google.api.client.json.GenericJson