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