Uses of Class
com.twilio.rest.ipmessaging.v1.service.user.UserChannel
-
Packages that use UserChannel Package Description com.twilio.rest.ipmessaging.v1.service.user -
-
Uses of UserChannel in com.twilio.rest.ipmessaging.v1.service.user
Methods in com.twilio.rest.ipmessaging.v1.service.user that return UserChannel Modifier and Type Method Description static UserChannelUserChannel. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a UserChannel object using the provided ObjectMapper.static UserChannelUserChannel. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a UserChannel object using the provided ObjectMapper.Methods in com.twilio.rest.ipmessaging.v1.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.ipmessaging.v1.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)
-