Class CustomerProfilesEvaluations
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.trusthub.v1.customerprofiles.CustomerProfilesEvaluations
-
- All Implemented Interfaces:
Serializable
public class CustomerProfilesEvaluations extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerProfilesEvaluations.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerProfilesEvaluationsCreatorcreator(String pathCustomerProfileSid, String policySid)booleanequals(Object o)static CustomerProfilesEvaluationsFetcherfetcher(String pathCustomerProfileSid, String pathSid)static CustomerProfilesEvaluationsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a CustomerProfilesEvaluations object using the provided ObjectMapper.static CustomerProfilesEvaluationsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a CustomerProfilesEvaluations object using the provided ObjectMapper.StringgetAccountSid()StringgetCustomerProfileSid()ZonedDateTimegetDateCreated()StringgetPolicySid()List<Map<String,Object>>getResults()StringgetSid()CustomerProfilesEvaluations.StatusgetStatus()URIgetUrl()inthashCode()static CustomerProfilesEvaluationsReaderreader(String pathCustomerProfileSid)
-
-
-
Method Detail
-
creator
public static CustomerProfilesEvaluationsCreator creator(String pathCustomerProfileSid, String policySid)
-
fetcher
public static CustomerProfilesEvaluationsFetcher fetcher(String pathCustomerProfileSid, String pathSid)
-
reader
public static CustomerProfilesEvaluationsReader reader(String pathCustomerProfileSid)
-
fromJson
public static CustomerProfilesEvaluations fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CustomerProfilesEvaluations object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- CustomerProfilesEvaluations object represented by the provided JSON
-
fromJson
public static CustomerProfilesEvaluations fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CustomerProfilesEvaluations object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- CustomerProfilesEvaluations object represented by the provided JSON
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getPolicySid
public final String getPolicySid()
-
getCustomerProfileSid
public final String getCustomerProfileSid()
-
getStatus
public final CustomerProfilesEvaluations.Status getStatus()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getUrl
public final URI getUrl()
-
-