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