Uses of Class
com.twilio.rest.chat.v2.service.user.UserChannel
-
Packages that use UserChannel Package Description com.twilio.rest.chat.v2.service.user -
-
Uses of UserChannel in com.twilio.rest.chat.v2.service.user
Methods in com.twilio.rest.chat.v2.service.user that return UserChannel Modifier and Type Method Description UserChannel
UserChannelFetcher. fetch(TwilioRestClient client)
static UserChannel
UserChannel. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a UserChannel object using the provided ObjectMapper.static UserChannel
UserChannel. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a UserChannel object using the provided ObjectMapper.UserChannel
UserChannelUpdater. update(TwilioRestClient client)
Methods in com.twilio.rest.chat.v2.service.user that return types with arguments of type UserChannel Modifier and Type Method Description Page<UserChannel>
UserChannelReader. firstPage(TwilioRestClient client)
Page<UserChannel>
UserChannelReader. getPage(String targetUrl, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. nextPage(Page<UserChannel> page, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. previousPage(Page<UserChannel> page, TwilioRestClient client)
ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
Method parameters in com.twilio.rest.chat.v2.service.user with type arguments of type UserChannel Modifier and Type Method Description Page<UserChannel>
UserChannelReader. nextPage(Page<UserChannel> page, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. previousPage(Page<UserChannel> page, TwilioRestClient client)
-