/AWS1/CL_CUSLSTRECOMMENDERSRSP¶
ListRecommendersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CUSTOKEN /AWS1/CUSTOKEN¶
A token to retrieve the next page of results. Null if there are no more results to retrieve.
it_recommenders TYPE /AWS1/CL_CUSRECOMMENDERSUMMARY=>TT_RECOMMENDERSUMMARYLIST TT_RECOMMENDERSUMMARYLIST¶
A list of recommenders and their properties in the specified domain.
Queryable Attributes¶
NextToken¶
A token to retrieve the next page of results. Null if there are no more results to retrieve.
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 |
Recommenders¶
A list of recommenders and their properties in the specified domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDERS() |
Getter for RECOMMENDERS, with configurable default |
ASK_RECOMMENDERS() |
Getter for RECOMMENDERS w/ exceptions if field has no value |
HAS_RECOMMENDERS() |
Determine if RECOMMENDERS has a value |