|
SMSLib 3.5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.smslib.Message
org.smslib.OutboundMessage
org.smslib.EzTextingOutboundMessage
public class EzTextingOutboundMessage
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.smslib.OutboundMessage |
---|
OutboundMessage.FailureCauses, OutboundMessage.MessageStatuses |
Nested classes/interfaces inherited from class org.smslib.Message |
---|
Message.MessageClasses, Message.MessageEncodings, Message.MessageTypes |
Constructor Summary | |
---|---|
EzTextingOutboundMessage()
EzTexting Outbound message constructor. |
|
EzTextingOutboundMessage(java.lang.String myRecipient,
java.lang.String text)
EzTexting Outbound message constructor. |
|
EzTextingOutboundMessage(java.lang.String myRecipient,
java.lang.String text,
java.lang.String subject,
boolean express)
EzTexting Outbound message constructor. |
Method Summary | |
---|---|
java.lang.String |
getSubject()
Return the subject of the message. |
boolean |
isExpress()
Returns true if Use Express delivery method of the message. |
void |
setExpress(boolean express)
Set Express delivery method of the message. |
void |
setSubject(java.lang.String subject)
Set the subject of the message. |
java.lang.String |
toString()
|
Methods inherited from class org.smslib.Message |
---|
addText, getDate, getDCSMessageClass, getDstPort, getEncoding, getGatewayId, getId, getMessageId, getSrcPort, getText, getType, getUuid, setDate, setDCSMessageClass, setDstPort, setGatewayId, setId, setSrcPort, setText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EzTextingOutboundMessage()
EzTextingOutboundMessage(String, String)
,
EzTextingOutboundMessage(String, String, String, boolean)
public EzTextingOutboundMessage(java.lang.String myRecipient, java.lang.String text)
myRecipient
- The recipient of the message.text
- The text of the message.public EzTextingOutboundMessage(java.lang.String myRecipient, java.lang.String text, java.lang.String subject, boolean express)
myRecipient
- The recipient of the message.text
- The text of the message.subject
- The subject of the message.express
- Express delivery method of the message.Method Detail |
---|
public void setExpress(boolean express)
express
- Express delivery method of the message.isExpress()
public boolean isExpress()
public void setSubject(java.lang.String subject)
subject
- The subject of the message.getSubject()
public java.lang.String getSubject()
public java.lang.String toString()
toString
in class OutboundMessage
|
SMSLib 3.5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |