Uses of Class
com.twilio.rest.supersim.v1.Sim
-
Packages that use Sim Package Description com.twilio.rest.supersim.v1 -
-
Uses of Sim in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return Sim Modifier and Type Method Description SimSimCreator. create(TwilioRestClient client)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.supersim.v1 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.supersim.v1 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)
-