Uses of Class
org.openapitools.client.model.DomainCertificate
Packages that use DomainCertificate
- 
Uses of DomainCertificate in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type DomainCertificateModifier and TypeMethodDescriptionvoidDomainApi.upsertCertificate(Class<?> T, String domainId, DomainCertificate certificate) Upsert the Certificate Creates or replaces the certificate for the domainvoidDomainApi.upsertCertificate(String domainId, DomainCertificate certificate) Upsert the Certificate Creates or replaces the certificate for the domainorg.springframework.http.ResponseEntity<Void>DomainApi.upsertCertificateWithHttpInfo(String domainId, DomainCertificate certificate) Upsert the Certificate Creates or replaces the certificate for the domain - 
Uses of DomainCertificate in org.openapitools.client.model
Methods in org.openapitools.client.model that return DomainCertificateModifier and TypeMethodDescriptionDomainCertificate.certificate(String certificate) DomainCertificate.certificateChain(String certificateChain) DomainCertificate.privateKey(String privateKey) DomainCertificate.type(DomainCertificateType type)