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