Uses of Class
com.twilio.rest.flexapi.v1.Channel
-
Packages that use Channel Package Description com.twilio.rest.flexapi.v1 -
-
Uses of Channel in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return Channel Modifier and Type Method Description Channel
ChannelCreator. create(TwilioRestClient client)
Channel
ChannelFetcher. fetch(TwilioRestClient client)
static Channel
Channel. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Channel object using the provided ObjectMapper.static Channel
Channel. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Channel object using the provided ObjectMapper.Methods in com.twilio.rest.flexapi.v1 that return types with arguments of type Channel Modifier and Type Method Description Page<Channel>
ChannelReader. firstPage(TwilioRestClient client)
Page<Channel>
ChannelReader. getPage(String targetUrl, TwilioRestClient client)
Page<Channel>
ChannelReader. nextPage(Page<Channel> page, TwilioRestClient client)
Page<Channel>
ChannelReader. previousPage(Page<Channel> page, TwilioRestClient client)
ResourceSet<Channel>
ChannelReader. read(TwilioRestClient client)
Method parameters in com.twilio.rest.flexapi.v1 with type arguments of type Channel Modifier and Type Method Description Page<Channel>
ChannelReader. nextPage(Page<Channel> page, TwilioRestClient client)
Page<Channel>
ChannelReader. previousPage(Page<Channel> page, TwilioRestClient client)
-