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