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