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