|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.Sandbox
public class Sandbox
The Class Sandbox. For more information see https://www.twilio.com/docs/api/rest/sandbox
| Constructor Summary | |
|---|---|
Sandbox(TwilioRestClient client)
Instantiates a new sandbox. |
|
Sandbox(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new sandbox. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sandbox(TwilioRestClient client)
client - the client
public Sandbox(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||