public class NotificationDeleter extends Deleter<Notification>
| Constructor and Description |
|---|
NotificationDeleter(String pathCallSid,
String pathSid)
Construct a new NotificationDeleter.
|
NotificationDeleter(String pathAccountSid,
String pathCallSid,
String pathSid)
Construct a new NotificationDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic NotificationDeleter(String pathCallSid, String pathSid)
pathCallSid - The call_sidpathSid - The sidpublic boolean delete(TwilioRestClient client)
delete in class Deleter<Notification>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.