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