| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityFeed |
ActivityFeed.clone() |
ActivityFeed |
ActivityFeed.set(java.lang.String fieldName,
java.lang.Object value) |
ActivityFeed |
ActivityFeed.setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
ActivityFeed |
ActivityFeed.setId(java.lang.String id)
The ID of this collection of activities.
|
ActivityFeed |
ActivityFeed.setItems(java.util.List<Activity> items)
The activities in this page of results.
|
ActivityFeed |
ActivityFeed.setKind(java.lang.String kind)
Identifies this resource as a collection of activities.
|
ActivityFeed |
ActivityFeed.setNextLink(java.lang.String nextLink)
Link to the next page of activities.
|
ActivityFeed |
ActivityFeed.setNextPageToken(java.lang.String nextPageToken)
The continuation token, which is used to page through large result sets.
|
ActivityFeed |
ActivityFeed.setSelfLink(java.lang.String selfLink)
Link to this activity resource.
|
ActivityFeed |
ActivityFeed.setTitle(java.lang.String title)
The title of this collection of activities, which is a truncated portion of the content.
|
ActivityFeed |
ActivityFeed.setUpdated(com.google.api.client.util.DateTime updated)
The time at which this collection of activities was last updated.
|