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