Class CustomerProfilesEntityAssignments
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.trusthub.v1.customerprofiles.CustomerProfilesEntityAssignments
-
- All Implemented Interfaces:
Serializable
public class CustomerProfilesEntityAssignments extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerProfilesEntityAssignmentsCreatorcreator(String pathCustomerProfileSid, String objectSid)static CustomerProfilesEntityAssignmentsDeleterdeleter(String pathCustomerProfileSid, String pathSid)booleanequals(Object o)static CustomerProfilesEntityAssignmentsFetcherfetcher(String pathCustomerProfileSid, String pathSid)static CustomerProfilesEntityAssignmentsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a CustomerProfilesEntityAssignments object using the provided ObjectMapper.static CustomerProfilesEntityAssignmentsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a CustomerProfilesEntityAssignments object using the provided ObjectMapper.StringgetAccountSid()StringgetCustomerProfileSid()ZonedDateTimegetDateCreated()StringgetObjectSid()StringgetSid()URIgetUrl()inthashCode()static CustomerProfilesEntityAssignmentsReaderreader(String pathCustomerProfileSid)
-
-
-
Method Detail
-
creator
public static CustomerProfilesEntityAssignmentsCreator creator(String pathCustomerProfileSid, String objectSid)
-
fetcher
public static CustomerProfilesEntityAssignmentsFetcher fetcher(String pathCustomerProfileSid, String pathSid)
-
deleter
public static CustomerProfilesEntityAssignmentsDeleter deleter(String pathCustomerProfileSid, String pathSid)
-
reader
public static CustomerProfilesEntityAssignmentsReader reader(String pathCustomerProfileSid)
-
fromJson
public static CustomerProfilesEntityAssignments fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CustomerProfilesEntityAssignments object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- CustomerProfilesEntityAssignments object represented by the provided JSON
-
fromJson
public static CustomerProfilesEntityAssignments fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CustomerProfilesEntityAssignments object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- CustomerProfilesEntityAssignments object represented by the provided JSON
-
getSid
public final String getSid()
-
getCustomerProfileSid
public final String getCustomerProfileSid()
-
getAccountSid
public final String getAccountSid()
-
getObjectSid
public final String getObjectSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getUrl
public final URI getUrl()
-
-