Uses of Class
com.twilio.rest.serverless.v1.service.Function
-
Packages that use Function Package Description com.twilio.rest.serverless.v1.service -
-
Uses of Function in com.twilio.rest.serverless.v1.service
Methods in com.twilio.rest.serverless.v1.service that return Function Modifier and Type Method Description Function
FunctionCreator. create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.Function
FunctionFetcher. fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.static Function
Function. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Function object using the provided ObjectMapper.static Function
Function. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Function object using the provided ObjectMapper.Function
FunctionUpdater. update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.Methods in com.twilio.rest.serverless.v1.service that return types with arguments of type Function Modifier and Type Method Description Page<Function>
FunctionReader. firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Page<Function>
FunctionReader. getPage(String targetUrl, TwilioRestClient client)
Retrieve the target page from the Twilio API.Page<Function>
FunctionReader. nextPage(Page<Function> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Function>
FunctionReader. previousPage(Page<Function> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.ResourceSet<Function>
FunctionReader. read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Method parameters in com.twilio.rest.serverless.v1.service with type arguments of type Function Modifier and Type Method Description Page<Function>
FunctionReader. nextPage(Page<Function> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Function>
FunctionReader. previousPage(Page<Function> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.
-