Uses of Class
com.twilio.rest.trunking.v1.trunk.CredentialList
-
Packages that use CredentialList Package Description com.twilio.rest.trunking.v1.trunk -
-
Uses of CredentialList in com.twilio.rest.trunking.v1.trunk
Methods in com.twilio.rest.trunking.v1.trunk that return CredentialList Modifier and Type Method Description CredentialListCredentialListCreator. create(TwilioRestClient client)CredentialListCredentialListFetcher. fetch(TwilioRestClient client)static CredentialListCredentialList. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a CredentialList object using the provided ObjectMapper.static CredentialListCredentialList. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a CredentialList object using the provided ObjectMapper.Methods in com.twilio.rest.trunking.v1.trunk that return types with arguments of type CredentialList Modifier and Type Method Description Page<CredentialList>CredentialListReader. firstPage(TwilioRestClient client)Page<CredentialList>CredentialListReader. getPage(String targetUrl, TwilioRestClient client)Page<CredentialList>CredentialListReader. nextPage(Page<CredentialList> page, TwilioRestClient client)Page<CredentialList>CredentialListReader. previousPage(Page<CredentialList> page, TwilioRestClient client)ResourceSet<CredentialList>CredentialListReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.trunking.v1.trunk with type arguments of type CredentialList Modifier and Type Method Description Page<CredentialList>CredentialListReader. nextPage(Page<CredentialList> page, TwilioRestClient client)Page<CredentialList>CredentialListReader. previousPage(Page<CredentialList> page, TwilioRestClient client)
-