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 boolean
equals(Object o)
static FlowTestUserFetcher
fetcher(String pathSid)
static FlowTestUser
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FlowTestUser object using the provided ObjectMapper.static FlowTestUser
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FlowTestUser object using the provided ObjectMapper.String
getSid()
List<String>
getTestUsers()
URI
getUrl()
int
hashCode()
static FlowTestUserUpdater
updater(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()
-
-