Class FeedbackSummaryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<FeedbackSummary>
-
- com.twilio.rest.api.v2010.account.call.FeedbackSummaryFetcher
-
public class FeedbackSummaryFetcher extends Fetcher<FeedbackSummary>
-
-
Constructor Summary
Constructors Constructor Description FeedbackSummaryFetcher(String pathSid)
Construct a new FeedbackSummaryFetcher.FeedbackSummaryFetcher(String pathAccountSid, String pathSid)
Construct a new FeedbackSummaryFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeedbackSummary
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
FeedbackSummaryFetcher
public FeedbackSummaryFetcher(String pathSid)
Construct a new FeedbackSummaryFetcher.- Parameters:
pathSid
- A string that uniquely identifies this feedback summary resource
-
-
Method Detail
-
fetch
public FeedbackSummary fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<FeedbackSummary>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched FeedbackSummary
-
-