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