/AWS1/CL_COALISTRECDACTIONSRSP¶
ListRecommendedActionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_recommendedactions TYPE /AWS1/CL_COARECOMMENDEDACTION=>TT_RECOMMENDEDACTIONS TT_RECOMMENDEDACTIONS¶
The list of recommended actions that match the specified criteria.
iv_nexttoken TYPE /AWS1/COANEXTTOKEN /AWS1/COANEXTTOKEN¶
A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.
Queryable Attributes¶
recommendedActions¶
The list of recommended actions that match the specified criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDEDACTIONS() |
Getter for RECOMMENDEDACTIONS, with configurable default |
ASK_RECOMMENDEDACTIONS() |
Getter for RECOMMENDEDACTIONS w/ exceptions if field has no |
HAS_RECOMMENDEDACTIONS() |
Determine if RECOMMENDEDACTIONS has a value |
nextToken¶
A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.
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 |