/AWS1/CL_IOALISTCHANNELSRSP¶
ListChannelsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_channelsummaries TYPE /AWS1/CL_IOACHANNELSUMMARY=>TT_CHANNELSUMMARIES TT_CHANNELSUMMARIES¶
A list of
ChannelSummaryobjects.
iv_nexttoken TYPE /AWS1/IOANEXTTOKEN /AWS1/IOANEXTTOKEN¶
The token to retrieve the next set of results, or
nullif there are no more results.
Queryable Attributes¶
channelSummaries¶
A list of
ChannelSummaryobjects.
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 token to retrieve the next set of results, or
nullif there are no more results.
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 |