Class CredentialListFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<CredentialList>
-
- com.twilio.rest.api.v2010.account.sip.CredentialListFetcher
-
public class CredentialListFetcher extends Fetcher<CredentialList>
-
-
Constructor Summary
Constructors Constructor Description CredentialListFetcher(String pathSid)
CredentialListFetcher(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialList
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public CredentialList fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<CredentialList>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-