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