Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.Bundle
-
Packages that use Bundle Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of Bundle in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return Bundle Modifier and Type Method Description BundleBundleCreator. create(TwilioRestClient client)BundleBundleFetcher. fetch(TwilioRestClient client)static BundleBundle. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Bundle object using the provided ObjectMapper.static BundleBundle. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Bundle object using the provided ObjectMapper.BundleBundleUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return types with arguments of type Bundle Modifier and Type Method Description Page<Bundle>BundleReader. firstPage(TwilioRestClient client)Page<Bundle>BundleReader. getPage(String targetUrl, TwilioRestClient client)Page<Bundle>BundleReader. nextPage(Page<Bundle> page, TwilioRestClient client)Page<Bundle>BundleReader. previousPage(Page<Bundle> page, TwilioRestClient client)ResourceSet<Bundle>BundleReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.numbers.v2.regulatorycompliance with type arguments of type Bundle Modifier and Type Method Description Page<Bundle>BundleReader. nextPage(Page<Bundle> page, TwilioRestClient client)Page<Bundle>BundleReader. previousPage(Page<Bundle> page, TwilioRestClient client)
-