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