Uses of Class
com.twilio.rest.preview.deployedDevices.fleet.Key
-
Packages that use Key Package Description com.twilio.rest.preview.deployedDevices.fleet -
-
Uses of Key in com.twilio.rest.preview.deployedDevices.fleet
Methods in com.twilio.rest.preview.deployedDevices.fleet that return Key Modifier and Type Method Description KeyKeyCreator. create(TwilioRestClient client)KeyKeyFetcher. fetch(TwilioRestClient client)static KeyKey. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Key object using the provided ObjectMapper.static KeyKey. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Key object using the provided ObjectMapper.KeyKeyUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.preview.deployedDevices.fleet that return types with arguments of type Key Modifier and Type Method Description Page<Key>KeyReader. firstPage(TwilioRestClient client)Page<Key>KeyReader. getPage(String targetUrl, TwilioRestClient client)Page<Key>KeyReader. nextPage(Page<Key> page, TwilioRestClient client)Page<Key>KeyReader. previousPage(Page<Key> page, TwilioRestClient client)ResourceSet<Key>KeyReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.preview.deployedDevices.fleet with type arguments of type Key Modifier and Type Method Description Page<Key>KeyReader. nextPage(Page<Key> page, TwilioRestClient client)Page<Key>KeyReader. previousPage(Page<Key> page, TwilioRestClient client)
-