/AWS1/CL_RPPLISTCHANNELSOUTPUT¶
ListChannelsOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_channels
TYPE /AWS1/CL_RPPCHANNELDATA=>TT_CHANNELSLIST
TT_CHANNELSLIST
¶
An array of structures that contain some information about the channels in the private re:Post.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/RPPSTRING
/AWS1/RPPSTRING
¶
The token that you use when you request the next set of channels.
Queryable Attributes¶
channels¶
An array of structures that contain some information about the channels in the private re:Post.
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 |
nextToken¶
The token that you use when you request the next set of channels.
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 |