/AWS1/CL_CHSCHANNELMODERATOR¶
The details of a channel moderator.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_moderator TYPE REF TO /AWS1/CL_CHSIDENTITY /AWS1/CL_CHSIDENTITY¶
The moderator's data.
iv_channelarn TYPE /AWS1/CHSCHIMEARN /AWS1/CHSCHIMEARN¶
The ARN of the moderator's channel.
iv_createdtimestamp TYPE /AWS1/CHSTIMESTAMP /AWS1/CHSTIMESTAMP¶
The time at which the moderator was created.
io_createdby TYPE REF TO /AWS1/CL_CHSIDENTITY /AWS1/CL_CHSIDENTITY¶
The
AppInstanceUserwho created the moderator.
Queryable Attributes¶
Moderator¶
The moderator's data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODERATOR() |
Getter for MODERATOR |
ChannelArn¶
The ARN of the moderator's channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELARN() |
Getter for CHANNELARN, with configurable default |
ASK_CHANNELARN() |
Getter for CHANNELARN w/ exceptions if field has no value |
HAS_CHANNELARN() |
Determine if CHANNELARN has a value |
CreatedTimestamp¶
The time at which the moderator was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
CreatedBy¶
The
AppInstanceUserwho created the moderator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY |