Package com.twilio.rest.studio.v2.flow
Class FlowTestUser
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.studio.v2.flow.FlowTestUser
-
- All Implemented Interfaces:
Serializable
public class FlowTestUser extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static FlowTestUserFetcherfetcher(String pathSid)static FlowTestUserfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a FlowTestUser object using the provided ObjectMapper.static FlowTestUserfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a FlowTestUser object using the provided ObjectMapper.StringgetSid()List<String>getTestUsers()URIgetUrl()inthashCode()static FlowTestUserUpdaterupdater(String pathSid, List<String> testUsers)
-
-
-
Method Detail
-
fetcher
public static FlowTestUserFetcher fetcher(String pathSid)
-
updater
public static FlowTestUserUpdater updater(String pathSid, List<String> testUsers)
-
fromJson
public static FlowTestUser fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FlowTestUser object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- FlowTestUser object represented by the provided JSON
-
fromJson
public static FlowTestUser fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FlowTestUser object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- FlowTestUser object represented by the provided JSON
-
getSid
public final String getSid()
-
getUrl
public final URI getUrl()
-
-