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