/AWS1/CL_CMTREACTVALUEFORMATS¶
Information about the values for reactions to a comment. CodeCommit supports a limited set of reactions.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_emoji
TYPE /AWS1/CMTREACTIONEMOJI
/AWS1/CMTREACTIONEMOJI
¶
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
iv_shortcode
TYPE /AWS1/CMTREACTIONSHORTCODE
/AWS1/CMTREACTIONSHORTCODE
¶
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
iv_unicode
TYPE /AWS1/CMTREACTIONUNICODE
/AWS1/CMTREACTIONUNICODE
¶
The Unicode codepoint for the reaction.
Queryable Attributes¶
emoji¶
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EMOJI() |
Getter for EMOJI, with configurable default |
ASK_EMOJI() |
Getter for EMOJI w/ exceptions if field has no value |
HAS_EMOJI() |
Determine if EMOJI has a value |
shortCode¶
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SHORTCODE() |
Getter for SHORTCODE, with configurable default |
ASK_SHORTCODE() |
Getter for SHORTCODE w/ exceptions if field has no value |
HAS_SHORTCODE() |
Determine if SHORTCODE has a value |
unicode¶
The Unicode codepoint for the reaction.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNICODE() |
Getter for UNICODE, with configurable default |
ASK_UNICODE() |
Getter for UNICODE w/ exceptions if field has no value |
HAS_UNICODE() |
Determine if UNICODE has a value |