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