Uses of Class
com.twilio.rest.microvisor.v1.Device
-
Packages that use Device Package Description com.twilio.rest.microvisor.v1 -
-
Uses of Device in com.twilio.rest.microvisor.v1
Methods in com.twilio.rest.microvisor.v1 that return Device Modifier and Type Method Description 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.microvisor.v1 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.microvisor.v1 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)
-