/AWS1/CL_DOGINSIGHTFEEDBACK¶
Information about insight feedback received from a customer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/DOGINSIGHTID /AWS1/DOGINSIGHTID¶
The insight feedback ID.
iv_feedback TYPE /AWS1/DOGINSIGHTFEEDBACKOPTION /AWS1/DOGINSIGHTFEEDBACKOPTION¶
The feedback provided by the customer.
Queryable Attributes¶
Id¶
The insight feedback ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Feedback¶
The feedback provided by the customer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEEDBACK() |
Getter for FEEDBACK, with configurable default |
ASK_FEEDBACK() |
Getter for FEEDBACK w/ exceptions if field has no value |
HAS_FEEDBACK() |
Determine if FEEDBACK has a value |