public class AnnotationRequestBody extends ODFOMASAPIRequestBody
| Constructor and Description |
|---|
AnnotationRequestBody()
Default constructor
|
AnnotationRequestBody(AnnotationRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentText()
Return the comment content.
|
CommentType |
getCommentType()
Return the type of comment.
|
void |
setCommentText(String commentText)
Set up the comment content.
|
void |
setCommentType(CommentType commentType)
Set up the type of comment.
|
toStringpublic AnnotationRequestBody()
public AnnotationRequestBody(AnnotationRequestBody template)
template - object to copypublic CommentType getCommentType()
public void setCommentType(CommentType commentType)
commentType - stringpublic String getCommentText()
public void setCommentText(String commentText)
commentText - text.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.