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