Interface IPhoneServiceSendWorkflowEvent
- All Superinterfaces:
IPhoneServiceWorkflowEvent,IWorkflowEvent
- All Known Subinterfaces:
IPhoneServiceMakeVoiceCallWorkflowEvent,IPhoneServiceSendSmsWorkflowEvent
-
Method Summary
Modifier and TypeMethodDescriptionGet the optional parameters.Get a list of recipients.getText()Get the text.
-
Method Details
-
getRecipients
Get a list of recipients.- Returns:
- The list of recipients (never
null).
-
getText
String getText()Get the text.- Returns:
- The text.
-
getOptionalParameters
Get the optional parameters.- Returns:
- The optional parameters (never
null).
-