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