/AWS1/CL_DOALISTRECSRESPONSE¶
Response structure containing a list of recommendations
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_recommendations TYPE /AWS1/CL_DOARECOMMENDATION=>TT_RECOMMENDATIONLIST TT_RECOMMENDATIONLIST¶
List of recommendations matching the request criteria
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Token for retrieving the next page of results, if more results are available
Queryable Attributes¶
recommendations¶
List of recommendations matching the request criteria
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONS() |
Getter for RECOMMENDATIONS, with configurable default |
ASK_RECOMMENDATIONS() |
Getter for RECOMMENDATIONS w/ exceptions if field has no val |
HAS_RECOMMENDATIONS() |
Determine if RECOMMENDATIONS has a value |
nextToken¶
Token for retrieving the next page of results, if more results are available
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 |