public class Application extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
Application(TwilioRestClient client)
Instantiates a new application.
|
Application(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new application.
|
Application(TwilioRestClient client,
String sid)
Instantiates a new application.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Delete this
Application. |
String |
getAccountSid()
Gets the account sid.
|
String |
getApiVersion()
Gets the api version.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getFriendlyName()
Gets the friendly name.
|
String |
getSid()
Gets the sid.
|
String |
getSmsFallbackMethod()
Gets the sms fallback method.
|
String |
getSmsFallbackUrl()
Gets the sms fallback url.
|
String |
getSmsMethod()
Gets the sms method.
|
String |
getSmsStatusCallback()
Gets the sms status callback.
|
String |
getSmsUrl()
Gets the sms url.
|
String |
getStatus()
Gets the status.
|
String |
getStatusCallback()
Gets the status callback.
|
String |
getStatusCallbackMethod()
Gets the status callback method.
|
String |
getVoiceCallerIdLookup()
Gets the voice caller id lookup.
|
String |
getVoiceFallbackMethod()
Gets the voice fallback method.
|
String |
getVoiceFallbackUrl()
Gets the voice fallback url.
|
String |
getVoiceMethod()
Gets the voice method.
|
String |
getVoiceUrl()
Gets the voice url.
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic Application(TwilioRestClient client)
client - the clientpublic Application(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic Application(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public String getFriendlyName()
public String getStatus()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getApiVersion()
public String getVoiceUrl()
public String getVoiceMethod()
public String getVoiceFallbackUrl()
public String getVoiceFallbackMethod()
public String getStatusCallback()
public String getStatusCallbackMethod()
public String getVoiceCallerIdLookup()
public String getSmsUrl()
public String getSmsMethod()
public String getSmsFallbackUrl()
public String getSmsFallbackMethod()
public String getSmsStatusCallback()
public boolean delete()
throws TwilioRestException
Application. This will remove it from this Account, only if it is not currently
linked to an IncomingPhoneNumber.TwilioRestException - if there is an error in the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.