| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Comment.PlusObject |
Comment.PlusObject.clone() |
Comment.PlusObject |
Comment.getObject()
The object of this comment.
|
Comment.PlusObject |
Comment.PlusObject.set(java.lang.String fieldName,
java.lang.Object value) |
Comment.PlusObject |
Comment.PlusObject.setContent(java.lang.String content)
The HTML-formatted content, suitable for display.
|
Comment.PlusObject |
Comment.PlusObject.setObjectType(java.lang.String objectType)
The object type of this comment.
|
Comment.PlusObject |
Comment.PlusObject.setOriginalContent(java.lang.String originalContent)
The content (text) as provided by the author, stored without any HTML formatting.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.setObject(Comment.PlusObject object__)
The object of this comment.
|