Interface IVoicePayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
VoicePayloadType

public interface IVoicePayloadType extends INotificationPayloadContext
Interface IVoicePayloadType.
  • Method Details

    • getContent

      IContentType getContent()
      Returns the value of field 'content'. The field 'content' has the following description:
      Returns:
      the value of field 'content'.
    • getNotificationContext

      INotificationContextType getNotificationContext()
      Returns the value of field 'notificationContext'. The field 'notificationContext' has the following description: null
      Returns:
      the value of field 'notificationContext'.
    • getTo

      String getTo()
      Returns the value of field 'to'. The field 'to' has the following description:
      Returns:
      the value of field 'to'.
    • setContent

      void setContent(IContentType content)
      Sets the value of field 'content'. The field 'content' has the following description:
      Parameters:
      content - the value of field 'content'.
    • setNotificationContext

      void setNotificationContext(INotificationContextType notificationContext)
      Sets the value of field 'notificationContext'. The field 'notificationContext' has the following description: null
      Parameters:
      notificationContext - the value of field 'notificationContext'.
    • setTo

      void setTo(String to)
      Sets the value of field 'to'. The field 'to' has the following description:
      Parameters:
      to - the value of field 'to'.