public class CredentialListFetcher extends Fetcher<CredentialList>
Constructor and Description |
---|
CredentialListFetcher(String pathSid)
Construct a new CredentialListFetcher.
|
CredentialListFetcher(String pathAccountSid,
String pathSid)
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 CredentialListFetcher(String pathSid)
pathSid
- Fetch by unique credential Sidpublic CredentialList fetch(TwilioRestClient client)
fetch
in class Fetcher<CredentialList>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.