public class Sms extends TwiML
<Sms>| Modifier and Type | Class and Description |
|---|---|
static class |
Sms.Builder
Create a new
<Sms> element |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAction()
Action URL
|
PhoneNumber |
getFrom()
Number to send message from
|
String |
getMessage()
Message body
|
HttpMethod |
getMethod()
Action URL method
|
URI |
getStatusCallback()
Status callback URL
|
PhoneNumber |
getTo()
Number to send message to
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic PhoneNumber getTo()
public PhoneNumber getFrom()
public URI getAction()
public HttpMethod getMethod()
public URI getStatusCallback()
public String getMessage()
Copyright © 2016 Twilio, Inc. All Rights Reserved.