/AWS1/CL_CMTREACTIONFORCOMMENT¶
Information about the reaction values provided by users on a comment.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_reaction
TYPE REF TO /AWS1/CL_CMTREACTVALUEFORMATS
/AWS1/CL_CMTREACTVALUEFORMATS
¶
The reaction for a specified comment.
it_reactionusers
TYPE /AWS1/CL_CMTREACTUSERSLIST_W=>TT_REACTIONUSERSLIST
TT_REACTIONUSERSLIST
¶
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
iv_reactsfromdelduserscount
TYPE /AWS1/CMTCOUNT
/AWS1/CMTCOUNT
¶
A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.
Queryable Attributes¶
reaction¶
The reaction for a specified comment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REACTION() |
Getter for REACTION |
reactionUsers¶
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REACTIONUSERS() |
Getter for REACTIONUSERS, with configurable default |
ASK_REACTIONUSERS() |
Getter for REACTIONUSERS w/ exceptions if field has no value |
HAS_REACTIONUSERS() |
Determine if REACTIONUSERS has a value |
reactionsFromDeletedUsersCount¶
A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REACTSFROMDELDUSERSCOUNT() |
Getter for REACTSFROMDELETEDUSERSCOUNT, with configurable de |
ASK_REACTSFROMDELDUSERSCOUNT() |
Getter for REACTSFROMDELETEDUSERSCOUNT w/ exceptions if fiel |
HAS_REACTSFROMDELDUSERSCOUNT() |
Determine if REACTSFROMDELETEDUSERSCOUNT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REACTIONSFORCOMMENTLIST
¶
TYPES TT_REACTIONSFORCOMMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTREACTIONFORCOMMENT WITH DEFAULT KEY
.