/AWS1/CL_UNTLISTCHANNELSRSP¶
ListChannelsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_channels TYPE /AWS1/CL_UNTCHANNELS_W=>TT_CHANNELS TT_CHANNELS¶
A list of Channels.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/UNTNEXTTOKEN /AWS1/UNTNEXTTOKEN¶
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
Queryable Attributes¶
nextToken¶
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NEXTTOKEN() | Getter for NEXTTOKEN, with configurable default | 
| ASK_NEXTTOKEN() | Getter for NEXTTOKEN w/ exceptions if field has no value | 
| HAS_NEXTTOKEN() | Determine if NEXTTOKEN has a value | 
channels¶
A list of Channels.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CHANNELS() | Getter for CHANNELS, with configurable default | 
| ASK_CHANNELS() | Getter for CHANNELS w/ exceptions if field has no value | 
| HAS_CHANNELS() | Determine if CHANNELS has a value |