public class Sms extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
Sms(TwilioRestClient client)
Instantiates a new sms.
|
Sms(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new sms.
|
Sms(TwilioRestClient client,
String sid)
Instantiates a new sms.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
Gets the account sid.
|
String |
getApiVersion()
Gets the api version.
|
String |
getBody()
Gets the body.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateSent()
Gets the date sent.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getDirection()
Gets the direction.
|
String |
getFrom()
Gets the from.
|
String |
getPrice()
Gets the price.
|
String |
getSid()
Gets the sid.
|
String |
getStatus()
Gets the status.
|
String |
getTo()
Gets the to.
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic Sms(TwilioRestClient client)
client - the clientpublic Sms(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic Sms(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public Date getDateSent()
public String getAccountSid()
public String getTo()
public String getFrom()
public String getBody()
public String getStatus()
public String getPrice()
public String getDirection()
public String getApiVersion()
Copyright © 2011 Twilio, Inc. All Rights Reserved.