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