target.apidocs.com.google.api.services.plus.model.ActivityFeed.html Maven / Gradle / Ivy
The newest version!
ActivityFeed (Google+ API v1-rev20190328-1.30.10)
com.google.api.services.plus.model
Class ActivityFeed
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.plus.model.ActivityFeed
-
public final class ActivityFeed
extends GenericJson
Model definition for ActivityFeed.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
ActivityFeed()
-
Method Summary
All Methods Instance Methods Concrete Methods
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, which is a truncated portion of the content.
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, which is a truncated portion of the content.
ActivityFeed
setUpdated(DateTime updated)
The time at which this collection of activities was last updated.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getEtag
public String getEtag()
ETag of this response for caching purposes.
- Returns:
- value or
null
for none
-
setEtag
public ActivityFeed setEtag(String etag)
ETag of this response for caching purposes.
- Parameters:
etag
- etag or null
for none
-
getId
public String getId()
The ID of this collection of activities. Deprecated.
- Returns:
- value or
null
for none
-
setId
public ActivityFeed setId(String id)
The ID of this collection of activities. Deprecated.
- Parameters:
id
- id or null
for none
-
getItems
public List<Activity> getItems()
The activities in this page of results.
- Returns:
- value or
null
for none
-
setItems
public ActivityFeed setItems(List<Activity> items)
The activities in this page of results.
- Parameters:
items
- items or null
for none
-
getKind
public String getKind()
Identifies this resource as a collection of activities. Value: "plus#activityFeed".
- Returns:
- value or
null
for none
-
setKind
public ActivityFeed setKind(String kind)
Identifies this resource as a collection of activities. Value: "plus#activityFeed".
- Parameters:
kind
- kind or null
for none
-
getNextLink
public String getNextLink()
Link to the next page of activities.
- Returns:
- value or
null
for none
-
setNextLink
public ActivityFeed setNextLink(String nextLink)
Link to the next page of activities.
- Parameters:
nextLink
- nextLink or null
for none
-
getNextPageToken
public String getNextPageToken()
The continuation token, which is used to page through large result sets. Provide this value in
a subsequent request to return the next page of results.
- Returns:
- value or
null
for none
-
setNextPageToken
public ActivityFeed setNextPageToken(String nextPageToken)
The continuation token, which is used to page through large result sets. Provide this value in
a subsequent request to return the next page of results.
- Parameters:
nextPageToken
- nextPageToken or null
for none
-
getSelfLink
public String getSelfLink()
Link to this activity resource.
- Returns:
- value or
null
for none
-
setSelfLink
public ActivityFeed setSelfLink(String selfLink)
Link to this activity resource.
- Parameters:
selfLink
- selfLink or null
for none
-
getTitle
public String getTitle()
The title of this collection of activities, which is a truncated portion of the content.
- Returns:
- value or
null
for none
-
setTitle
public ActivityFeed setTitle(String title)
The title of this collection of activities, which is a truncated portion of the content.
- Parameters:
title
- title or null
for none
-
getUpdated
public DateTime getUpdated()
The time at which this collection of activities was last updated. Formatted as an RFC 3339
timestamp.
- Returns:
- value or
null
for none
-
setUpdated
public ActivityFeed setUpdated(DateTime updated)
The time at which this collection of activities was last updated. Formatted as an RFC 3339
timestamp.
- Parameters:
updated
- updated or null
for none
-
set
public ActivityFeed set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public ActivityFeed clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy