Uses of Class
com.twilio.rest.preview.wireless.Sim
-
Packages that use Sim Package Description com.twilio.rest.preview.wireless -
-
Uses of Sim in com.twilio.rest.preview.wireless
Methods in com.twilio.rest.preview.wireless that return Sim Modifier and Type Method Description SimSimFetcher. fetch(TwilioRestClient client)static SimSim. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Sim object using the provided ObjectMapper.static SimSim. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Sim object using the provided ObjectMapper.SimSimUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.preview.wireless that return types with arguments of type Sim Modifier and Type Method Description Page<Sim>SimReader. firstPage(TwilioRestClient client)Page<Sim>SimReader. getPage(String targetUrl, TwilioRestClient client)Page<Sim>SimReader. nextPage(Page<Sim> page, TwilioRestClient client)Page<Sim>SimReader. previousPage(Page<Sim> page, TwilioRestClient client)ResourceSet<Sim>SimReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.preview.wireless with type arguments of type Sim Modifier and Type Method Description Page<Sim>SimReader. nextPage(Page<Sim> page, TwilioRestClient client)Page<Sim>SimReader. previousPage(Page<Sim> page, TwilioRestClient client)
-