public final class

TextMessage

extends Message
java.lang.Object
   ↳ com.neomades.io.sms.Message
     ↳ com.neomades.io.sms.TextMessage

Class Overview

A Short Text message.

Summary

Public Constructors
TextMessage()
Creates a new short text message.
Public Methods
void setAddress(String destinationAddress)
Sets the destination address.
void setText(String content)
Sets the content text of the message
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TextMessage ()

Creates a new short text message.

Public Methods

public void setAddress (String destinationAddress)

Sets the destination address.

Parameters
destinationAddress the address of the destination

public void setText (String content)

Sets the content text of the message

Parameters
content the text of the message.