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