public final class PeopleFeed
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+ 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 |
---|
PeopleFeed() |
Modifier and Type | Method and Description |
---|---|
PeopleFeed |
clone() |
java.lang.String |
getEtag()
ETag of this response for caching purposes.
|
java.util.List<Person> |
getItems()
The people in this page of results.
|
java.lang.String |
getKind()
Identifies this resource as a collection of people.
|
java.lang.String |
getNextPageToken()
The continuation token, which is used to page through large result sets.
|
java.lang.String |
getSelfLink()
Link to this resource.
|
java.lang.String |
getTitle()
The title of this collection of people.
|
java.lang.Integer |
getTotalItems()
The total number of people available in this list.
|
PeopleFeed |
set(java.lang.String fieldName,
java.lang.Object value) |
PeopleFeed |
setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
PeopleFeed |
setItems(java.util.List<Person> items)
The people in this page of results.
|
PeopleFeed |
setKind(java.lang.String kind)
Identifies this resource as a collection of people.
|
PeopleFeed |
setNextPageToken(java.lang.String nextPageToken)
The continuation token, which is used to page through large result sets.
|
PeopleFeed |
setSelfLink(java.lang.String selfLink)
Link to this resource.
|
PeopleFeed |
setTitle(java.lang.String title)
The title of this collection of people.
|
PeopleFeed |
setTotalItems(java.lang.Integer totalItems)
The total number of people available in this list.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getEtag()
null
for nonepublic PeopleFeed setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.util.List<Person> getItems()
null
for nonepublic PeopleFeed setItems(java.util.List<Person> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic PeopleFeed setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic PeopleFeed setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic PeopleFeed setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic java.lang.String getTitle()
null
for nonepublic PeopleFeed setTitle(java.lang.String title)
title
- title or null
for nonepublic java.lang.Integer getTotalItems()
null
for nonepublic PeopleFeed setTotalItems(java.lang.Integer totalItems)
totalItems
- totalItems or null
for nonepublic PeopleFeed set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PeopleFeed clone()
clone
in class com.google.api.client.json.GenericJson