Uses of Class
com.twilio.rest.supersim.v1.networkaccessprofile.NetworkAccessProfileNetwork
-
Packages that use NetworkAccessProfileNetwork Package Description com.twilio.rest.supersim.v1.networkaccessprofile -
-
Uses of NetworkAccessProfileNetwork in com.twilio.rest.supersim.v1.networkaccessprofile
Methods in com.twilio.rest.supersim.v1.networkaccessprofile that return NetworkAccessProfileNetwork Modifier and Type Method Description NetworkAccessProfileNetworkNetworkAccessProfileNetworkCreator. create(TwilioRestClient client)NetworkAccessProfileNetworkNetworkAccessProfileNetworkFetcher. fetch(TwilioRestClient client)static NetworkAccessProfileNetworkNetworkAccessProfileNetwork. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a NetworkAccessProfileNetwork object using the provided ObjectMapper.static NetworkAccessProfileNetworkNetworkAccessProfileNetwork. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a NetworkAccessProfileNetwork object using the provided ObjectMapper.Methods in com.twilio.rest.supersim.v1.networkaccessprofile that return types with arguments of type NetworkAccessProfileNetwork Modifier and Type Method Description Page<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. firstPage(TwilioRestClient client)Page<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. getPage(String targetUrl, TwilioRestClient client)Page<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. nextPage(Page<NetworkAccessProfileNetwork> page, TwilioRestClient client)Page<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. previousPage(Page<NetworkAccessProfileNetwork> page, TwilioRestClient client)ResourceSet<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.supersim.v1.networkaccessprofile with type arguments of type NetworkAccessProfileNetwork Modifier and Type Method Description Page<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. nextPage(Page<NetworkAccessProfileNetwork> page, TwilioRestClient client)Page<NetworkAccessProfileNetwork>NetworkAccessProfileNetworkReader. previousPage(Page<NetworkAccessProfileNetwork> page, TwilioRestClient client)
-