Interface MediaMessageBody


public interface MediaMessageBody
The message content, including a URL to the media filters.
  • Method Details

    • getMedia

      Collection of attachments in incoming message.
      Returns:
      media
    • getMessage

      String getMessage()
      The text message content of the MMS media message.
      Returns:
      message
    • getSubject

      String getSubject()
      The subject of the MMS media message.
      Returns:
      subject
    • builder

      static MediaMessageBody.Builder builder()
      Getting builder
      Returns:
      New Builder instance