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