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