Uses of Class
com.twilio.rest.flexapi.v1.InsightsSession
-
Packages that use InsightsSession Package Description com.twilio.rest.flexapi.v1 -
-
Uses of InsightsSession in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return InsightsSession Modifier and Type Method Description InsightsSession
InsightsSessionCreator. create(TwilioRestClient client)
static InsightsSession
InsightsSession. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InsightsSession object using the provided ObjectMapper.static InsightsSession
InsightsSession. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InsightsSession object using the provided ObjectMapper.
-