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