public final class ActivityFeed
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 |
|---|
ActivityFeed() |
| Modifier and Type | Method and Description |
|---|---|
ActivityFeed |
clone() |
java.lang.String |
getEtag()
ETag of this response for caching purposes.
|
java.lang.String |
getId()
The ID of this collection of activities.
|
java.util.List<Activity> |
getItems()
The activities in this page of results.
|
java.lang.String |
getKind()
Identifies this resource as a collection of activities.
|
java.lang.String |
getNextLink()
Link to the next page of activities.
|
java.lang.String |
getNextPageToken()
The continuation token, which is used to page through large result sets.
|
java.lang.String |
getSelfLink()
Link to this activity resource.
|
java.lang.String |
getTitle()
The title of this collection of activities, which is a truncated portion of the content.
|
com.google.api.client.util.DateTime |
getUpdated()
The time at which this collection of activities was last updated.
|
ActivityFeed |
set(java.lang.String fieldName,
java.lang.Object value) |
ActivityFeed |
setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
ActivityFeed |
setId(java.lang.String id)
The ID of this collection of activities.
|
ActivityFeed |
setItems(java.util.List<Activity> items)
The activities in this page of results.
|
ActivityFeed |
setKind(java.lang.String kind)
Identifies this resource as a collection of activities.
|
ActivityFeed |
setNextLink(java.lang.String nextLink)
Link to the next page of activities.
|
ActivityFeed |
setNextPageToken(java.lang.String nextPageToken)
The continuation token, which is used to page through large result sets.
|
ActivityFeed |
setSelfLink(java.lang.String selfLink)
Link to this activity resource.
|
ActivityFeed |
setTitle(java.lang.String title)
The title of this collection of activities, which is a truncated portion of the content.
|
ActivityFeed |
setUpdated(com.google.api.client.util.DateTime updated)
The time at which this collection of activities was last updated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEtag()
null for nonepublic ActivityFeed setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getId()
null for nonepublic ActivityFeed setId(java.lang.String id)
id - id or null for nonepublic java.util.List<Activity> getItems()
null for nonepublic ActivityFeed setItems(java.util.List<Activity> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic ActivityFeed setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextLink()
null for nonepublic ActivityFeed setNextLink(java.lang.String nextLink)
nextLink - nextLink or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ActivityFeed setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.lang.String getSelfLink()
null for nonepublic ActivityFeed setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic java.lang.String getTitle()
null for nonepublic ActivityFeed setTitle(java.lang.String title)
title - title or null for nonepublic com.google.api.client.util.DateTime getUpdated()
null for nonepublic ActivityFeed setUpdated(com.google.api.client.util.DateTime updated)
updated - updated or null for nonepublic ActivityFeed set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ActivityFeed clone()
clone in class com.google.api.client.json.GenericJson