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