/AWS1/CL_CUSLISTRECMDRSCHSRSP¶
ListRecommenderSchemasResponse
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_recommenderschemas TYPE /AWS1/CL_CUSRECMDRSCHEMASUMM=>TT_RECMDRSCHEMASUMMARYLIST TT_RECMDRSCHEMASUMMARYLIST¶
A list of recommender schemas 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 |
RecommenderSchemas¶
A list of recommender schemas and their properties in the specified domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDERSCHEMAS() |
Getter for RECOMMENDERSCHEMAS, with configurable default |
ASK_RECOMMENDERSCHEMAS() |
Getter for RECOMMENDERSCHEMAS w/ exceptions if field has no |
HAS_RECOMMENDERSCHEMAS() |
Determine if RECOMMENDERSCHEMAS has a value |