Class ReplaceItems
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.numbers.v2.regulatorycompliance.bundle.ReplaceItems
-
- All Implemented Interfaces:
Serializable
public class ReplaceItems extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplaceItems.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplaceItemsCreatorcreator(String pathBundleSid, String fromBundleSid)booleanequals(Object o)static ReplaceItemsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ReplaceItems object using the provided ObjectMapper.static ReplaceItemsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ReplaceItems object using the provided ObjectMapper.StringgetAccountSid()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()StringgetEmail()StringgetFriendlyName()StringgetRegulationSid()StringgetSid()ReplaceItems.StatusgetStatus()URIgetStatusCallback()ZonedDateTimegetValidUntil()inthashCode()
-
-
-
Method Detail
-
creator
public static ReplaceItemsCreator creator(String pathBundleSid, String fromBundleSid)
-
fromJson
public static ReplaceItems fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ReplaceItems object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- ReplaceItems object represented by the provided JSON
-
fromJson
public static ReplaceItems fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ReplaceItems object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- ReplaceItems object represented by the provided JSON
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getRegulationSid
public final String getRegulationSid()
-
getFriendlyName
public final String getFriendlyName()
-
getStatus
public final ReplaceItems.Status getStatus()
-
getValidUntil
public final ZonedDateTime getValidUntil()
-
getEmail
public final String getEmail()
-
getStatusCallback
public final URI getStatusCallback()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
-