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 class
FlowValidate.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static FlowValidate
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FlowValidate object using the provided ObjectMapper.static FlowValidate
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FlowValidate object using the provided ObjectMapper.Boolean
getValid()
int
hashCode()
static FlowValidateUpdater
updater(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()
-
-