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