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(String fieldName,
Object value) |
Comment.PlusObject |
Comment.PlusObject.setContent(String content)
The HTML-formatted content, suitable for display.
|
Comment.PlusObject |
Comment.PlusObject.setObjectType(String objectType)
The object type of this comment.
|
Comment.PlusObject |
Comment.PlusObject.setOriginalContent(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 plusObject)
The object of this comment.
|