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