Package com.twilio.rest.studio.v2
Class FlowValidate
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.studio.v2.FlowValidate
-
- All Implemented Interfaces:
Serializable
public class FlowValidate extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowValidate.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static FlowValidatefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a FlowValidate object using the provided ObjectMapper.static FlowValidatefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a FlowValidate object using the provided ObjectMapper.BooleangetValid()inthashCode()static FlowValidateUpdaterupdater(String friendlyName, FlowValidate.Status status, Map<String,Object> definition)
-
-
-
Method Detail
-
updater
public static FlowValidateUpdater updater(String friendlyName, FlowValidate.Status status, Map<String,Object> definition)
-
fromJson
public static FlowValidate fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FlowValidate object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- FlowValidate object represented by the provided JSON
-
fromJson
public static FlowValidate fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FlowValidate object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- FlowValidate object represented by the provided JSON
-
getValid
public final Boolean getValid()
-
-