Uses of Class
com.twilio.rest.chat.v1.service.User
-
Packages that use User Package Description com.twilio.rest.chat.v1.service -
-
Uses of User in com.twilio.rest.chat.v1.service
Methods in com.twilio.rest.chat.v1.service that return User Modifier and Type Method Description UserUserCreator. create(TwilioRestClient client)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)Methods in com.twilio.rest.chat.v1.service that return types with arguments of type User Modifier and Type Method Description Page<User>UserReader. firstPage(TwilioRestClient client)Page<User>UserReader. getPage(String targetUrl, TwilioRestClient client)Page<User>UserReader. nextPage(Page<User> page, TwilioRestClient client)Page<User>UserReader. previousPage(Page<User> page, TwilioRestClient client)ResourceSet<User>UserReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.chat.v1.service with type arguments of type User Modifier and Type Method Description Page<User>UserReader. nextPage(Page<User> page, TwilioRestClient client)Page<User>UserReader. previousPage(Page<User> page, TwilioRestClient client)
-