| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Comment.InReplyTo |
Comment.InReplyTo.clone() |
Comment.InReplyTo |
Comment.InReplyTo.set(java.lang.String fieldName,
java.lang.Object value) |
Comment.InReplyTo |
Comment.InReplyTo.setId(java.lang.String id)
The ID of the activity.
|
Comment.InReplyTo |
Comment.InReplyTo.setUrl(java.lang.String url)
The URL of the activity.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment.InReplyTo> |
Comment.getInReplyTo()
The activity this comment replied to.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.setInReplyTo(java.util.List<Comment.InReplyTo> inReplyTo)
The activity this comment replied to.
|