/AWS1/CL_PP2SENDNTFVOICEMSGRS¶
SendNotifyVoiceMessageResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_messageid TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The unique identifier for the message.
iv_templateid TYPE /AWS1/PP2NOTIFYTEMPLATEID /AWS1/PP2NOTIFYTEMPLATEID¶
The unique identifier of the template used for the message.
iv_resolvedmessagebody TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The message body after template variable substitution has been applied.
Queryable Attributes¶
MessageId¶
The unique identifier for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
TemplateId¶
The unique identifier of the template used for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEID() |
Getter for TEMPLATEID, with configurable default |
ASK_TEMPLATEID() |
Getter for TEMPLATEID w/ exceptions if field has no value |
HAS_TEMPLATEID() |
Determine if TEMPLATEID has a value |
ResolvedMessageBody¶
The message body after template variable substitution has been applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLVEDMESSAGEBODY() |
Getter for RESOLVEDMESSAGEBODY, with configurable default |
ASK_RESOLVEDMESSAGEBODY() |
Getter for RESOLVEDMESSAGEBODY w/ exceptions if field has no |
HAS_RESOLVEDMESSAGEBODY() |
Determine if RESOLVEDMESSAGEBODY has a value |