Class TrustProductsChannelEndpointAssignment
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.trusthub.v1.trustproducts.TrustProductsChannelEndpointAssignment
-
- All Implemented Interfaces:
Serializable
public class TrustProductsChannelEndpointAssignment extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrustProductsChannelEndpointAssignmentCreatorcreator(String pathTrustProductSid, String channelEndpointType, String channelEndpointSid)static TrustProductsChannelEndpointAssignmentDeleterdeleter(String pathTrustProductSid, String pathSid)booleanequals(Object o)static TrustProductsChannelEndpointAssignmentFetcherfetcher(String pathTrustProductSid, String pathSid)static TrustProductsChannelEndpointAssignmentfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a TrustProductsChannelEndpointAssignment object using the provided ObjectMapper.static TrustProductsChannelEndpointAssignmentfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a TrustProductsChannelEndpointAssignment object using the provided ObjectMapper.StringgetAccountSid()StringgetChannelEndpointSid()StringgetChannelEndpointType()ZonedDateTimegetDateCreated()StringgetSid()StringgetTrustProductSid()URIgetUrl()inthashCode()static TrustProductsChannelEndpointAssignmentReaderreader(String pathTrustProductSid)
-
-
-
Method Detail
-
creator
public static TrustProductsChannelEndpointAssignmentCreator creator(String pathTrustProductSid, String channelEndpointType, String channelEndpointSid)
-
fetcher
public static TrustProductsChannelEndpointAssignmentFetcher fetcher(String pathTrustProductSid, String pathSid)
-
deleter
public static TrustProductsChannelEndpointAssignmentDeleter deleter(String pathTrustProductSid, String pathSid)
-
reader
public static TrustProductsChannelEndpointAssignmentReader reader(String pathTrustProductSid)
-
fromJson
public static TrustProductsChannelEndpointAssignment fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TrustProductsChannelEndpointAssignment object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- TrustProductsChannelEndpointAssignment object represented by the provided JSON
-
fromJson
public static TrustProductsChannelEndpointAssignment fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TrustProductsChannelEndpointAssignment object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- TrustProductsChannelEndpointAssignment object represented by the provided JSON
-
getSid
public final String getSid()
-
getTrustProductSid
public final String getTrustProductSid()
-
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()
-
-