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 class
CustomerProfilesEvaluations.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerProfilesEvaluationsCreator
creator(String pathCustomerProfileSid, String policySid)
boolean
equals(Object o)
static CustomerProfilesEvaluationsFetcher
fetcher(String pathCustomerProfileSid, String pathSid)
static CustomerProfilesEvaluations
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CustomerProfilesEvaluations object using the provided ObjectMapper.static CustomerProfilesEvaluations
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CustomerProfilesEvaluations object using the provided ObjectMapper.String
getAccountSid()
String
getCustomerProfileSid()
ZonedDateTime
getDateCreated()
String
getPolicySid()
List<Map<String,Object>>
getResults()
String
getSid()
CustomerProfilesEvaluations.Status
getStatus()
URI
getUrl()
int
hashCode()
static CustomerProfilesEvaluationsReader
reader(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()
-
-