Uses of Class
com.twilio.rest.accounts.v1.credential.PublicKey
-
Packages that use PublicKey Package Description com.twilio.rest.accounts.v1.credential -
-
Uses of PublicKey in com.twilio.rest.accounts.v1.credential
Methods in com.twilio.rest.accounts.v1.credential that return PublicKey Modifier and Type Method Description PublicKeyPublicKeyCreator. create(TwilioRestClient client)PublicKeyPublicKeyFetcher. fetch(TwilioRestClient client)static PublicKeyPublicKey. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a PublicKey object using the provided ObjectMapper.static PublicKeyPublicKey. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a PublicKey object using the provided ObjectMapper.PublicKeyPublicKeyUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.accounts.v1.credential that return types with arguments of type PublicKey Modifier and Type Method Description Page<PublicKey>PublicKeyReader. firstPage(TwilioRestClient client)Page<PublicKey>PublicKeyReader. getPage(String targetUrl, TwilioRestClient client)Page<PublicKey>PublicKeyReader. nextPage(Page<PublicKey> page, TwilioRestClient client)Page<PublicKey>PublicKeyReader. previousPage(Page<PublicKey> page, TwilioRestClient client)ResourceSet<PublicKey>PublicKeyReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.accounts.v1.credential with type arguments of type PublicKey Modifier and Type Method Description Page<PublicKey>PublicKeyReader. nextPage(Page<PublicKey> page, TwilioRestClient client)Page<PublicKey>PublicKeyReader. previousPage(Page<PublicKey> page, TwilioRestClient client)
-