Package com.twilio.rest.flexapi.v1
Class Assessments
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.flexapi.v1.Assessments
-
- All Implemented Interfaces:
Serializable
public class Assessments extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssessmentsCreatorcreator()booleanequals(Object o)static AssessmentsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Assessments object using the provided ObjectMapper.static AssessmentsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Assessments object using the provided ObjectMapper.URIgetUrl()inthashCode()
-
-
-
Method Detail
-
creator
public static AssessmentsCreator creator()
-
fromJson
public static Assessments fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Assessments object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- Assessments object represented by the provided JSON
-
fromJson
public static Assessments fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Assessments object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- Assessments object represented by the provided JSON
-
getUrl
public final URI getUrl()
-
-