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