|
|||||||||
| 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.Notification
public class Notification
The Class Notification. For more information see https://www.twilio.com/docs/api/rest/notification
| Constructor Summary | |
|---|---|
Notification(TwilioRestClient client)
Instantiates a new notification. |
|
Notification(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new notification. |
|
Notification(TwilioRestClient client,
String sid)
Instantiates a new notification. |
|
| Method Summary | |
|---|---|
boolean |
delete()
Delete. |
String |
getAccountSid()
Gets the account sid. |
String |
getApiVersion()
Gets the api version. |
String |
getCallSid()
Gets the call sid. |
Date |
getDateCreated()
Gets the date created. |
Date |
getDateUpdated()
Gets the date updated. |
String |
getErrorCode()
Gets the error code. |
String |
getLog()
Gets the log. |
String |
getMessageDate()
Gets the message date. |
String |
getMessageText()
Gets the message text. |
String |
getMoreInfo()
Gets the more info. |
String |
getRequestUrl()
Gets the request url. |
String |
getRequestVariables()
Gets the request variables. |
String |
getResponseBody()
Gets the response body. |
String |
getResponseHeaders()
Gets the response headers. |
String |
getSid()
Gets the sid. |
| 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 Notification(TwilioRestClient client)
client - the client
public Notification(TwilioRestClient client,
String sid)
client - the clientsid - the sid
public Notification(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getCallSid()
public String getApiVersion()
public String getLog()
public String getErrorCode()
public String getMoreInfo()
public String getMessageText()
public String getMessageDate()
public String getRequestUrl()
public String getRequestVariables()
public String getResponseHeaders()
public String getResponseBody()
public boolean delete()
throws TwilioRestException
TwilioRestException - the twilio rest exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||