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