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