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