Uses of Class
com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls.AuthCallsCredentialListMapping
-
Packages that use AuthCallsCredentialListMapping Package Description com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls -
-
Uses of AuthCallsCredentialListMapping in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls
Methods in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls that return AuthCallsCredentialListMapping Modifier and Type Method Description AuthCallsCredentialListMappingAuthCallsCredentialListMappingCreator. create(TwilioRestClient client)AuthCallsCredentialListMappingAuthCallsCredentialListMappingFetcher. fetch(TwilioRestClient client)static AuthCallsCredentialListMappingAuthCallsCredentialListMapping. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AuthCallsCredentialListMapping object using the provided ObjectMapper.static AuthCallsCredentialListMappingAuthCallsCredentialListMapping. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AuthCallsCredentialListMapping object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls that return types with arguments of type AuthCallsCredentialListMapping Modifier and Type Method Description Page<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. firstPage(TwilioRestClient client)Page<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. getPage(String targetUrl, TwilioRestClient client)Page<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. nextPage(Page<AuthCallsCredentialListMapping> page, TwilioRestClient client)Page<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. previousPage(Page<AuthCallsCredentialListMapping> page, TwilioRestClient client)ResourceSet<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls with type arguments of type AuthCallsCredentialListMapping Modifier and Type Method Description Page<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. nextPage(Page<AuthCallsCredentialListMapping> page, TwilioRestClient client)Page<AuthCallsCredentialListMapping>AuthCallsCredentialListMappingReader. previousPage(Page<AuthCallsCredentialListMapping> page, TwilioRestClient client)
-