/AWS1/CL_PZZLSTRECOMMENDERSRSP¶
ListRecommendersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_recommenders TYPE /AWS1/CL_PZZRECOMMENDERSUMMARY=>TT_RECOMMENDERS TT_RECOMMENDERS¶
A list of the recommenders.
iv_nexttoken TYPE /AWS1/PZZNEXTTOKEN /AWS1/PZZNEXTTOKEN¶
A token for getting the next set of recommenders (if they exist).
Queryable Attributes¶
recommenders¶
A list of the recommenders.
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 |
nextToken¶
A token for getting the next set of recommenders (if they exist).
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 |