public static class Comment.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Comment.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
build() |
Comment.Builder |
setAttachmentImageUrl(java.lang.String attachmentImageUrl)
The URL of an image to include as a photo comment
|
Comment.Builder |
setMessage(java.lang.String message)
Set the comment text
|
public Comment.Builder setMessage(java.lang.String message)
message - The text of the commentpublic Comment.Builder setAttachmentImageUrl(java.lang.String attachmentImageUrl)
attachmentImageUrl - The image url to be attached to commentpublic Comment build()