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