/AWS1/CL_CUSLSTRECOMMENDERRE01¶
ListRecommenderRecipesResponse
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_recommenderrecipes TYPE /AWS1/CL_CUSRECOMMENDERRECIPE=>TT_RECOMMENDERRECIPESLIST TT_RECOMMENDERRECIPESLIST¶
A list of available recommender recipes and their properties.
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 |
RecommenderRecipes¶
A list of available recommender recipes and their properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDERRECIPES() |
Getter for RECOMMENDERRECIPES, with configurable default |
ASK_RECOMMENDERRECIPES() |
Getter for RECOMMENDERRECIPES w/ exceptions if field has no |
HAS_RECOMMENDERRECIPES() |
Determine if RECOMMENDERRECIPES has a value |