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 CustomerProfilesChannelEndpointAssignmentCreator
creator(String pathCustomerProfileSid, String channelEndpointType, String channelEndpointSid)
static CustomerProfilesChannelEndpointAssignmentDeleter
deleter(String pathCustomerProfileSid, String pathSid)
boolean
equals(Object o)
static CustomerProfilesChannelEndpointAssignmentFetcher
fetcher(String pathCustomerProfileSid, String pathSid)
static CustomerProfilesChannelEndpointAssignment
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CustomerProfilesChannelEndpointAssignment object using the provided ObjectMapper.static CustomerProfilesChannelEndpointAssignment
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CustomerProfilesChannelEndpointAssignment object using the provided ObjectMapper.String
getAccountSid()
String
getChannelEndpointSid()
String
getChannelEndpointType()
String
getCustomerProfileSid()
ZonedDateTime
getDateCreated()
String
getSid()
URI
getUrl()
int
hashCode()
static CustomerProfilesChannelEndpointAssignmentReader
reader(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()
-
-