public class Sandbox extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
Sandbox(TwilioRestClient client)
Instantiates a new sandbox.
|
Sandbox(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new sandbox.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets the api version.
|
String |
getApplicationSid()
Gets the application sid.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getPhoneNumber()
Gets the phone number.
|
String |
getPin()
Gets the pin.
|
String |
getSmsMethod()
Gets the sms method.
|
String |
getSmsUrl()
Gets the sms url.
|
String |
getVoiceMethod()
Gets the voice method.
|
String |
getVoiceUrl()
Gets the voice url.
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic Sandbox(TwilioRestClient client)
client - the clientpublic Sandbox(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic Date getDateCreated()
public Date getDateUpdated()
public String getPhoneNumber()
public String getApplicationSid()
public String getApiVersion()
public String getVoiceUrl()
public String getVoiceMethod()
public String getSmsUrl()
public String getSmsMethod()
public String getPin()
Copyright © 2011 Twilio, Inc. All Rights Reserved.