Skip to content

/AWS1/CL_DOASLACKCHANNEL

Represents a Slack channel with its ID and optional name.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_channelid TYPE /AWS1/DOASTRING /AWS1/DOASTRING

Slack channel ID

Optional arguments:

iv_channelname TYPE /AWS1/DOASTRING /AWS1/DOASTRING

Slack channel name


Queryable Attributes

channelName

Slack channel name

Accessible with the following methods

Method Description
GET_CHANNELNAME() Getter for CHANNELNAME, with configurable default
ASK_CHANNELNAME() Getter for CHANNELNAME w/ exceptions if field has no value
HAS_CHANNELNAME() Determine if CHANNELNAME has a value

channelId

Slack channel ID

Accessible with the following methods

Method Description
GET_CHANNELID() Getter for CHANNELID, with configurable default
ASK_CHANNELID() Getter for CHANNELID w/ exceptions if field has no value
HAS_CHANNELID() Determine if CHANNELID has a value