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