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