Uses of Class
com.twilio.rest.ipmessaging.v1.Service
-
Packages that use Service Package Description com.twilio.rest.ipmessaging.v1 -
-
Uses of Service in com.twilio.rest.ipmessaging.v1
Methods in com.twilio.rest.ipmessaging.v1 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.ipmessaging.v1 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.ipmessaging.v1 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)
-