Uses of Class
com.twilio.rest.studio.v2.flow.execution.executionstep.ExecutionStepContext
-
Packages that use ExecutionStepContext Package Description com.twilio.rest.studio.v2.flow.execution.executionstep -
-
Uses of ExecutionStepContext in com.twilio.rest.studio.v2.flow.execution.executionstep
Methods in com.twilio.rest.studio.v2.flow.execution.executionstep that return ExecutionStepContext Modifier and Type Method Description ExecutionStepContextExecutionStepContextFetcher. fetch(TwilioRestClient client)static ExecutionStepContextExecutionStepContext. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ExecutionStepContext object using the provided ObjectMapper.static ExecutionStepContextExecutionStepContext. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ExecutionStepContext object using the provided ObjectMapper.
-