Uses of Class
com.twilio.rest.preview.deployedDevices.fleet.Certificate
-
Packages that use Certificate Package Description com.twilio.rest.preview.deployedDevices.fleet -
-
Uses of Certificate in com.twilio.rest.preview.deployedDevices.fleet
Methods in com.twilio.rest.preview.deployedDevices.fleet that return Certificate Modifier and Type Method Description CertificateCertificateCreator. create(TwilioRestClient client)CertificateCertificateFetcher. fetch(TwilioRestClient client)static CertificateCertificate. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Certificate object using the provided ObjectMapper.static CertificateCertificate. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Certificate object using the provided ObjectMapper.CertificateCertificateUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.preview.deployedDevices.fleet that return types with arguments of type Certificate Modifier and Type Method Description Page<Certificate>CertificateReader. firstPage(TwilioRestClient client)Page<Certificate>CertificateReader. getPage(String targetUrl, TwilioRestClient client)Page<Certificate>CertificateReader. nextPage(Page<Certificate> page, TwilioRestClient client)Page<Certificate>CertificateReader. previousPage(Page<Certificate> page, TwilioRestClient client)ResourceSet<Certificate>CertificateReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.preview.deployedDevices.fleet with type arguments of type Certificate Modifier and Type Method Description Page<Certificate>CertificateReader. nextPage(Page<Certificate> page, TwilioRestClient client)Page<Certificate>CertificateReader. previousPage(Page<Certificate> page, TwilioRestClient client)
-