Uses of Class
com.twilio.rest.trusthub.v1.SupportingDocumentType
-
Packages that use SupportingDocumentType Package Description com.twilio.rest.trusthub.v1 -
-
Uses of SupportingDocumentType in com.twilio.rest.trusthub.v1
Methods in com.twilio.rest.trusthub.v1 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.trusthub.v1 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.trusthub.v1 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)
-