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 class
SettingsUpdate.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static SettingsUpdate
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SettingsUpdate object using the provided ObjectMapper.static SettingsUpdate
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SettingsUpdate object using the provided ObjectMapper.ZonedDateTime
getDateCompleted()
ZonedDateTime
getDateCreated()
ZonedDateTime
getDateUpdated()
String
getIccid()
List<Map<String,Object>>
getPackages()
String
getSid()
String
getSimSid()
SettingsUpdate.Status
getStatus()
int
hashCode()
static SettingsUpdateReader
reader()
-
-
-
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()
-
-