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