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