Class CredentialListFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<CredentialList>
-
- com.twilio.rest.trunking.v1.trunk.CredentialListFetcher
-
public class CredentialListFetcher extends Fetcher<CredentialList>
-
-
Constructor Summary
Constructors Constructor Description CredentialListFetcher(String pathTrunkSid, String pathSid)
Construct a new CredentialListFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialList
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public CredentialList fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<CredentialList>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched CredentialList
-
-