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