/AWS1/CL_CHSBTCCHANNELMEMBER00¶
The membership information, including member ARNs, the channel ARN, and membership types.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_invitedby TYPE REF TO /AWS1/CL_CHSIDENTITY /AWS1/CL_CHSIDENTITY¶
The identifier of the member who invited another member.
iv_type TYPE /AWS1/CHSCHANNELMEMBERSHIPTYPE /AWS1/CHSCHANNELMEMBERSHIPTYPE¶
The membership types set for the channel members.
it_members TYPE /AWS1/CL_CHSIDENTITY=>TT_MEMBERS TT_MEMBERS¶
The users successfully added to the request.
iv_channelarn TYPE /AWS1/CHSCHIMEARN /AWS1/CHSCHIMEARN¶
The ARN of the channel to which you're adding members.
iv_subchannelid TYPE /AWS1/CHSSUBCHANNELID /AWS1/CHSSUBCHANNELID¶
The ID of the SubChannel.
Queryable Attributes¶
InvitedBy¶
The identifier of the member who invited another member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVITEDBY() |
Getter for INVITEDBY |
Type¶
The membership types set for the channel members.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Members¶
The users successfully added to the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERS() |
Getter for MEMBERS, with configurable default |
ASK_MEMBERS() |
Getter for MEMBERS w/ exceptions if field has no value |
HAS_MEMBERS() |
Determine if MEMBERS has a value |
ChannelArn¶
The ARN of the channel to which you're adding members.
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 |
SubChannelId¶
The ID of the SubChannel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBCHANNELID() |
Getter for SUBCHANNELID, with configurable default |
ASK_SUBCHANNELID() |
Getter for SUBCHANNELID w/ exceptions if field has no value |
HAS_SUBCHANNELID() |
Determine if SUBCHANNELID has a value |