/AWS1/CL_MDILISTFEEDSRESPONSE¶
ListFeedsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_feeds TYPE /AWS1/CL_MDIFEEDSUMMARY=>TT_FEEDSUMMARYLIST TT_FEEDSUMMARYLIST¶
A list of feed summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MDISTRING /AWS1/MDISTRING¶
The token that identifies the batch of results that you want to see. For example, you submit a list request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the list request a second time and specify the NextToken value.
Queryable Attributes¶
feeds¶
A list of feed summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEEDS() |
Getter for FEEDS, with configurable default |
ASK_FEEDS() |
Getter for FEEDS w/ exceptions if field has no value |
HAS_FEEDS() |
Determine if FEEDS has a value |
nextToken¶
The token that identifies the batch of results that you want to see. For example, you submit a list request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the list request a second time and specify the NextToken value.
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 |