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 FlowTestUser
FlowTestUserFetcher. fetch(TwilioRestClient client)
static FlowTestUser
FlowTestUser. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FlowTestUser object using the provided ObjectMapper.static FlowTestUser
FlowTestUser. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FlowTestUser object using the provided ObjectMapper.FlowTestUser
FlowTestUserUpdater. update(TwilioRestClient client)
-