Class TrustProductsEntityAssignments
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.trusthub.v1.trustproducts.TrustProductsEntityAssignments
-
- All Implemented Interfaces:
Serializable
public class TrustProductsEntityAssignments extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrustProductsEntityAssignmentsCreatorcreator(String pathTrustProductSid, String objectSid)static TrustProductsEntityAssignmentsDeleterdeleter(String pathTrustProductSid, String pathSid)booleanequals(Object o)static TrustProductsEntityAssignmentsFetcherfetcher(String pathTrustProductSid, String pathSid)static TrustProductsEntityAssignmentsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a TrustProductsEntityAssignments object using the provided ObjectMapper.static TrustProductsEntityAssignmentsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a TrustProductsEntityAssignments object using the provided ObjectMapper.StringgetAccountSid()ZonedDateTimegetDateCreated()StringgetObjectSid()StringgetSid()StringgetTrustProductSid()URIgetUrl()inthashCode()static TrustProductsEntityAssignmentsReaderreader(String pathTrustProductSid)
-
-
-
Method Detail
-
creator
public static TrustProductsEntityAssignmentsCreator creator(String pathTrustProductSid, String objectSid)
-
fetcher
public static TrustProductsEntityAssignmentsFetcher fetcher(String pathTrustProductSid, String pathSid)
-
deleter
public static TrustProductsEntityAssignmentsDeleter deleter(String pathTrustProductSid, String pathSid)
-
reader
public static TrustProductsEntityAssignmentsReader reader(String pathTrustProductSid)
-
fromJson
public static TrustProductsEntityAssignments fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TrustProductsEntityAssignments object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- TrustProductsEntityAssignments object represented by the provided JSON
-
fromJson
public static TrustProductsEntityAssignments fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TrustProductsEntityAssignments object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- TrustProductsEntityAssignments object represented by the provided JSON
-
getSid
public final String getSid()
-
getTrustProductSid
public final String getTrustProductSid()
-
getAccountSid
public final String getAccountSid()
-
getObjectSid
public final String getObjectSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getUrl
public final URI getUrl()
-
-