Package com.twilio.rest.supersim.v1
Class NetworkAccessProfile
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.supersim.v1.NetworkAccessProfile
-
- All Implemented Interfaces:
Serializable
public class NetworkAccessProfile extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkAccessProfileCreatorcreator()booleanequals(Object o)static NetworkAccessProfileFetcherfetcher(String pathSid)static NetworkAccessProfilefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a NetworkAccessProfile object using the provided ObjectMapper.static NetworkAccessProfilefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a NetworkAccessProfile object using the provided ObjectMapper.StringgetAccountSid()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()Map<String,String>getLinks()StringgetSid()StringgetUniqueName()URIgetUrl()inthashCode()static NetworkAccessProfileReaderreader()static NetworkAccessProfileUpdaterupdater(String pathSid)
-
-
-
Method Detail
-
creator
public static NetworkAccessProfileCreator creator()
-
fetcher
public static NetworkAccessProfileFetcher fetcher(String pathSid)
-
reader
public static NetworkAccessProfileReader reader()
-
updater
public static NetworkAccessProfileUpdater updater(String pathSid)
-
fromJson
public static NetworkAccessProfile fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a NetworkAccessProfile object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- NetworkAccessProfile object represented by the provided JSON
-
fromJson
public static NetworkAccessProfile fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a NetworkAccessProfile object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- NetworkAccessProfile object represented by the provided JSON
-
getSid
public final String getSid()
-
getUniqueName
public final String getUniqueName()
-
getAccountSid
public final String getAccountSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getUrl
public final URI getUrl()
-
-