Uses of Class
com.twilio.rest.studio.v2.flow.Execution
-
Packages that use Execution Package Description com.twilio.rest.studio.v2.flow -
-
Uses of Execution in com.twilio.rest.studio.v2.flow
Methods in com.twilio.rest.studio.v2.flow that return Execution Modifier and Type Method Description ExecutionExecutionCreator. create(TwilioRestClient client)ExecutionExecutionFetcher. fetch(TwilioRestClient client)static ExecutionExecution. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Execution object using the provided ObjectMapper.static ExecutionExecution. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Execution object using the provided ObjectMapper.ExecutionExecutionUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.studio.v2.flow that return types with arguments of type Execution Modifier and Type Method Description Page<Execution>ExecutionReader. firstPage(TwilioRestClient client)Page<Execution>ExecutionReader. getPage(String targetUrl, TwilioRestClient client)Page<Execution>ExecutionReader. nextPage(Page<Execution> page, TwilioRestClient client)Page<Execution>ExecutionReader. previousPage(Page<Execution> page, TwilioRestClient client)ResourceSet<Execution>ExecutionReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.studio.v2.flow with type arguments of type Execution Modifier and Type Method Description Page<Execution>ExecutionReader. nextPage(Page<Execution> page, TwilioRestClient client)Page<Execution>ExecutionReader. previousPage(Page<Execution> page, TwilioRestClient client)
-