Uses of Class
com.twilio.rest.conversations.v1.User
-
Packages that use User Package Description com.twilio.rest.conversations.v1 -
-
Uses of User in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 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.conversations.v1 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.conversations.v1 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)
-