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