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