Class CustomerProfilesChannelEndpointAssignment
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.trusthub.v1.customerprofiles.CustomerProfilesChannelEndpointAssignment
-
- All Implemented Interfaces:
Serializable
public class CustomerProfilesChannelEndpointAssignment extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerProfilesChannelEndpointAssignmentCreatorcreator(String pathCustomerProfileSid, String channelEndpointType, String channelEndpointSid)static CustomerProfilesChannelEndpointAssignmentDeleterdeleter(String pathCustomerProfileSid, String pathSid)booleanequals(Object o)static CustomerProfilesChannelEndpointAssignmentFetcherfetcher(String pathCustomerProfileSid, String pathSid)static CustomerProfilesChannelEndpointAssignmentfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a CustomerProfilesChannelEndpointAssignment object using the provided ObjectMapper.static CustomerProfilesChannelEndpointAssignmentfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a CustomerProfilesChannelEndpointAssignment object using the provided ObjectMapper.StringgetAccountSid()StringgetChannelEndpointSid()StringgetChannelEndpointType()StringgetCustomerProfileSid()ZonedDateTimegetDateCreated()StringgetSid()URIgetUrl()inthashCode()static CustomerProfilesChannelEndpointAssignmentReaderreader(String pathCustomerProfileSid)
-
-
-
Method Detail
-
creator
public static CustomerProfilesChannelEndpointAssignmentCreator creator(String pathCustomerProfileSid, String channelEndpointType, String channelEndpointSid)
-
fetcher
public static CustomerProfilesChannelEndpointAssignmentFetcher fetcher(String pathCustomerProfileSid, String pathSid)
-
deleter
public static CustomerProfilesChannelEndpointAssignmentDeleter deleter(String pathCustomerProfileSid, String pathSid)
-
reader
public static CustomerProfilesChannelEndpointAssignmentReader reader(String pathCustomerProfileSid)
-
fromJson
public static CustomerProfilesChannelEndpointAssignment fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CustomerProfilesChannelEndpointAssignment object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- CustomerProfilesChannelEndpointAssignment object represented by the provided JSON
-
fromJson
public static CustomerProfilesChannelEndpointAssignment fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CustomerProfilesChannelEndpointAssignment object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- CustomerProfilesChannelEndpointAssignment object represented by the provided JSON
-
getSid
public final String getSid()
-
getCustomerProfileSid
public final String getCustomerProfileSid()
-
getAccountSid
public final String getAccountSid()
-
getChannelEndpointType
public final String getChannelEndpointType()
-
getChannelEndpointSid
public final String getChannelEndpointSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getUrl
public final URI getUrl()
-
-