Package com.twilio.rest.numbers.v1
Class Eligibility
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.numbers.v1.Eligibility
-
- All Implemented Interfaces:
Serializable
public class Eligibility extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EligibilityCreator
creator()
boolean
equals(Object o)
static Eligibility
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Eligibility object using the provided ObjectMapper.static Eligibility
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Eligibility object using the provided ObjectMapper.List<Map<String,Object>>
getResults()
int
hashCode()
-
-
-
Method Detail
-
creator
public static EligibilityCreator creator()
-
fromJson
public static Eligibility fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Eligibility object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- Eligibility object represented by the provided JSON
-
fromJson
public static Eligibility fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Eligibility object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- Eligibility object represented by the provided JSON
-
-