public class NotificationDeleter extends Deleter<Notification>
Constructor and Description |
---|
NotificationDeleter(String callSid,
String sid)
Construct a new NotificationDeleter.
|
NotificationDeleter(String accountSid,
String callSid,
String sid)
Construct a new NotificationDeleter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
public NotificationDeleter(String callSid, String sid)
callSid
- The call_sidsid
- The sidpublic boolean execute(TwilioRestClient client)
execute
in class Deleter<Notification>
client
- TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.