Class NetworkAccessProfileNetwork
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.supersim.v1.networkaccessprofile.NetworkAccessProfileNetwork
-
- All Implemented Interfaces:
Serializable
public class NetworkAccessProfileNetwork extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkAccessProfileNetworkCreatorcreator(String pathNetworkAccessProfileSid, String network)static NetworkAccessProfileNetworkDeleterdeleter(String pathNetworkAccessProfileSid, String pathSid)booleanequals(Object o)static NetworkAccessProfileNetworkFetcherfetcher(String pathNetworkAccessProfileSid, String pathSid)static NetworkAccessProfileNetworkfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a NetworkAccessProfileNetwork object using the provided ObjectMapper.static NetworkAccessProfileNetworkfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a NetworkAccessProfileNetwork object using the provided ObjectMapper.StringgetFriendlyName()List<Map<String,Object>>getIdentifiers()StringgetIsoCountry()StringgetNetworkAccessProfileSid()StringgetSid()URIgetUrl()inthashCode()static NetworkAccessProfileNetworkReaderreader(String pathNetworkAccessProfileSid)
-
-
-
Method Detail
-
creator
public static NetworkAccessProfileNetworkCreator creator(String pathNetworkAccessProfileSid, String network)
-
fetcher
public static NetworkAccessProfileNetworkFetcher fetcher(String pathNetworkAccessProfileSid, String pathSid)
-
deleter
public static NetworkAccessProfileNetworkDeleter deleter(String pathNetworkAccessProfileSid, String pathSid)
-
reader
public static NetworkAccessProfileNetworkReader reader(String pathNetworkAccessProfileSid)
-
fromJson
public static NetworkAccessProfileNetwork fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a NetworkAccessProfileNetwork object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- NetworkAccessProfileNetwork object represented by the provided JSON
-
fromJson
public static NetworkAccessProfileNetwork fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a NetworkAccessProfileNetwork object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- NetworkAccessProfileNetwork object represented by the provided JSON
-
getSid
public final String getSid()
-
getNetworkAccessProfileSid
public final String getNetworkAccessProfileSid()
-
getFriendlyName
public final String getFriendlyName()
-
getIsoCountry
public final String getIsoCountry()
-
getUrl
public final URI getUrl()
-
-