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