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