public final class ActivityFeed extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ActivityFeed() |
Modifier and Type | Method and Description |
---|---|
ActivityFeed |
clone() |
String |
getEtag()
ETag of this response for caching purposes.
|
String |
getId()
The ID of this collection of activities.
|
List<Activity> |
getItems()
The activities in this page of results.
|
String |
getKind()
Identifies this resource as a collection of activities.
|
String |
getNextLink()
Link to the next page of activities.
|
String |
getNextPageToken()
The continuation token, which is used to page through large result sets.
|
String |
getSelfLink()
Link to this activity resource.
|
String |
getTitle()
The title of this collection of activities.
|
DateTime |
getUpdated()
The time at which this collection of activities was last updated.
|
ActivityFeed |
set(String fieldName,
Object value) |
ActivityFeed |
setEtag(String etag)
ETag of this response for caching purposes.
|
ActivityFeed |
setId(String id)
The ID of this collection of activities.
|
ActivityFeed |
setItems(List<Activity> items)
The activities in this page of results.
|
ActivityFeed |
setKind(String kind)
Identifies this resource as a collection of activities.
|
ActivityFeed |
setNextLink(String nextLink)
Link to the next page of activities.
|
ActivityFeed |
setNextPageToken(String nextPageToken)
The continuation token, which is used to page through large result sets.
|
ActivityFeed |
setSelfLink(String selfLink)
Link to this activity resource.
|
ActivityFeed |
setTitle(String title)
The title of this collection of activities.
|
ActivityFeed |
setUpdated(DateTime updated)
The time at which this collection of activities was last updated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getEtag()
null
for nonepublic ActivityFeed setEtag(String etag)
etag
- etag or null
for nonepublic String getId()
null
for nonepublic ActivityFeed setId(String id)
id
- id or null
for nonepublic List<Activity> getItems()
null
for nonepublic ActivityFeed setItems(List<Activity> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic ActivityFeed setKind(String kind)
kind
- kind or null
for nonepublic String getNextLink()
null
for nonepublic ActivityFeed setNextLink(String nextLink)
nextLink
- nextLink or null
for nonepublic String getNextPageToken()
null
for nonepublic ActivityFeed setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic String getSelfLink()
null
for nonepublic ActivityFeed setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic String getTitle()
null
for nonepublic ActivityFeed setTitle(String title)
title
- title or null
for nonepublic DateTime getUpdated()
null
for nonepublic ActivityFeed setUpdated(DateTime updated)
updated
- updated or null
for nonepublic ActivityFeed set(String fieldName, Object value)
set
in class GenericJson
public ActivityFeed clone()
clone
in class GenericJson