/AWS1/CL_QQCRENDERMSGTMPLRSP¶
RenderMessageTemplateResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_content TYPE REF TO /AWS1/CL_QQCMSGTMPLCONTPVDR /AWS1/CL_QQCMSGTMPLCONTPVDR¶
The content of the message template.
Optional arguments:¶
it_attributesnotinterpolated TYPE /AWS1/CL_QQCMSGTMPLATTRKEYLS00=>TT_MESSAGETEMPLATEATTRKEYLIST TT_MESSAGETEMPLATEATTRKEYLIST¶
The attribute keys that are not resolved.
it_attachments TYPE /AWS1/CL_QQCMSGTMPLATTACHMENT=>TT_MESSAGETMPLATTACHMENTLIST TT_MESSAGETMPLATTACHMENTLIST¶
The message template attachments.
Queryable Attributes¶
content¶
The content of the message template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |
attributesNotInterpolated¶
The attribute keys that are not resolved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRSNOTINTERPOLATED() |
Getter for ATTRIBUTESNOTINTERPOLATED, with configurable defa |
ASK_ATTRSNOTINTERPOLATED() |
Getter for ATTRIBUTESNOTINTERPOLATED w/ exceptions if field |
HAS_ATTRSNOTINTERPOLATED() |
Determine if ATTRIBUTESNOTINTERPOLATED has a value |
attachments¶
The message template attachments.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTS() |
Getter for ATTACHMENTS, with configurable default |
ASK_ATTACHMENTS() |
Getter for ATTACHMENTS w/ exceptions if field has no value |
HAS_ATTACHMENTS() |
Determine if ATTACHMENTS has a value |