Package com.twilio.rest.supersim.v1
Class SettingsUpdate
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.supersim.v1.SettingsUpdate
-
- All Implemented Interfaces:
Serializable
public class SettingsUpdate extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettingsUpdate.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SettingsUpdatefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SettingsUpdate object using the provided ObjectMapper.static SettingsUpdatefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SettingsUpdate object using the provided ObjectMapper.ZonedDateTimegetDateCompleted()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()StringgetIccid()List<Map<String,Object>>getPackages()StringgetSid()StringgetSimSid()SettingsUpdate.StatusgetStatus()inthashCode()static SettingsUpdateReaderreader()
-
-
-
Method Detail
-
reader
public static SettingsUpdateReader reader()
-
fromJson
public static SettingsUpdate fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SettingsUpdate object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- SettingsUpdate object represented by the provided JSON
-
fromJson
public static SettingsUpdate fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SettingsUpdate object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- SettingsUpdate object represented by the provided JSON
-
getSid
public final String getSid()
-
getIccid
public final String getIccid()
-
getSimSid
public final String getSimSid()
-
getStatus
public final SettingsUpdate.Status getStatus()
-
getDateCompleted
public final ZonedDateTime getDateCompleted()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
-