/AWS1/CL_WADCHOICEIMPROVEMEN00¶
The choice level improvement plan.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_choiceid TYPE /AWS1/WADCHOICEID /AWS1/WADCHOICEID¶
The ID of a choice.
iv_displaytext TYPE /AWS1/WADDISPLAYTEXT /AWS1/WADDISPLAYTEXT¶
The display text for the improvement plan.
iv_improvementplanurl TYPE /AWS1/WADIMPROVEMENTPLANURL /AWS1/WADIMPROVEMENTPLANURL¶
The improvement plan URL for a question in an Amazon Web Services official lenses.
This value is only available if the question has been answered.
This value does not apply to custom lenses.
Queryable Attributes¶
ChoiceId¶
The ID of a choice.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHOICEID() |
Getter for CHOICEID, with configurable default |
ASK_CHOICEID() |
Getter for CHOICEID w/ exceptions if field has no value |
HAS_CHOICEID() |
Determine if CHOICEID has a value |
DisplayText¶
The display text for the improvement plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYTEXT() |
Getter for DISPLAYTEXT, with configurable default |
ASK_DISPLAYTEXT() |
Getter for DISPLAYTEXT w/ exceptions if field has no value |
HAS_DISPLAYTEXT() |
Determine if DISPLAYTEXT has a value |
ImprovementPlanUrl¶
The improvement plan URL for a question in an Amazon Web Services official lenses.
This value is only available if the question has been answered.
This value does not apply to custom lenses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPROVEMENTPLANURL() |
Getter for IMPROVEMENTPLANURL, with configurable default |
ASK_IMPROVEMENTPLANURL() |
Getter for IMPROVEMENTPLANURL w/ exceptions if field has no |
HAS_IMPROVEMENTPLANURL() |
Determine if IMPROVEMENTPLANURL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHOICEIMPROVEMENTPLANS¶
TYPES TT_CHOICEIMPROVEMENTPLANS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADCHOICEIMPROVEMEN00 WITH DEFAULT KEY
.