Class ItemAssignment
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.numbers.v2.regulatorycompliance.bundle.ItemAssignment
-
- All Implemented Interfaces:
Serializable
public class ItemAssignment extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemAssignmentCreatorcreator(String pathBundleSid, String objectSid)static ItemAssignmentDeleterdeleter(String pathBundleSid, String pathSid)booleanequals(Object o)static ItemAssignmentFetcherfetcher(String pathBundleSid, String pathSid)static ItemAssignmentfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ItemAssignment object using the provided ObjectMapper.static ItemAssignmentfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ItemAssignment object using the provided ObjectMapper.StringgetAccountSid()StringgetBundleSid()ZonedDateTimegetDateCreated()StringgetObjectSid()StringgetSid()URIgetUrl()inthashCode()static ItemAssignmentReaderreader(String pathBundleSid)
-
-
-
Method Detail
-
creator
public static ItemAssignmentCreator creator(String pathBundleSid, String objectSid)
-
fetcher
public static ItemAssignmentFetcher fetcher(String pathBundleSid, String pathSid)
-
deleter
public static ItemAssignmentDeleter deleter(String pathBundleSid, String pathSid)
-
reader
public static ItemAssignmentReader reader(String pathBundleSid)
-
fromJson
public static ItemAssignment fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ItemAssignment object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- ItemAssignment object represented by the provided JSON
-
fromJson
public static ItemAssignment fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ItemAssignment object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- ItemAssignment object represented by the provided JSON
-
getSid
public final String getSid()
-
getBundleSid
public final String getBundleSid()
-
getAccountSid
public final String getAccountSid()
-
getObjectSid
public final String getObjectSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getUrl
public final URI getUrl()
-
-