/AWS1/CL_KNSLISTCHANNELSOUTPUT¶
ListChannelsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_channelsummaries TYPE /AWS1/CL_KNSCHANNELSUMMARY=>TT_CHANNELSUMMARYLIST TT_CHANNELSUMMARYLIST¶
A list of channel summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/KNSNEXTTOKEN /AWS1/KNSNEXTTOKEN¶
The pagination token to use in a subsequent call to retrieve the next page of results. This value is
nullwhen there are no more results to return.
Queryable Attributes¶
ChannelSummaries¶
A list of channel summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELSUMMARIES() |
Getter for CHANNELSUMMARIES, with configurable default |
ASK_CHANNELSUMMARIES() |
Getter for CHANNELSUMMARIES w/ exceptions if field has no va |
HAS_CHANNELSUMMARIES() |
Determine if CHANNELSUMMARIES has a value |
NextToken¶
The pagination token to use in a subsequent call to retrieve the next page of results. This value is
nullwhen there are no more results to return.
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 |