public class FeedbackSummaryFetcher extends Fetcher<FeedbackSummary>
| Constructor and Description |
|---|
FeedbackSummaryFetcher(String accountSid,
String sid)
Construct a new FeedbackSummaryFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
FeedbackSummary |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
public FeedbackSummary execute(TwilioRestClient client)
execute in class Fetcher<FeedbackSummary>client - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.