| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
Comment.set(java.lang.String fieldName,
java.lang.Object value) |
Comment |
Comment.setActor(Comment.Actor actor)
The person who posted this comment.
|
Comment |
Comment.setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
Comment |
Comment.setId(java.lang.String id)
The ID of this comment.
|
Comment |
Comment.setInReplyTo(java.util.List<Comment.InReplyTo> inReplyTo)
The activity this comment replied to.
|
Comment |
Comment.setKind(java.lang.String kind)
Identifies this resource as a comment.
|
Comment |
Comment.setObject(Comment.PlusObject object__)
The object of this comment.
|
Comment |
Comment.setPlusoners(Comment.Plusoners plusoners)
People who +1'd this comment.
|
Comment |
Comment.setPublished(com.google.api.client.util.DateTime published)
The time at which this comment was initially published.
|
Comment |
Comment.setSelfLink(java.lang.String selfLink)
Link to this comment resource.
|
Comment |
Comment.setUpdated(com.google.api.client.util.DateTime updated)
The time at which this comment was last updated.
|
Comment |
Comment.setVerb(java.lang.String verb)
This comment's verb, indicating what action was performed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
CommentFeed.getItems()
The comments in this page of results.
|
| Modifier and Type | Method and Description |
|---|---|
CommentFeed |
CommentFeed.setItems(java.util.List<Comment> items)
The comments in this page of results.
|