COMMENT_BODY_FORMAT
COMMENT_BODY_FORMAT describes the various formats that a comment body can be provided in.
enum COMMENT_BODY_FORMAT { HTML PLAIN_TEXT}
#
ValuesHTML
#
HTML describes the format of the comment body using HTML.
PLAIN_TEXT
#
PLAIN_TEXT describes the format of the comment body with the HTML stripped.