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