Uses of Class
org.openapitools.client.model.DNSRecord
Packages that use DNSRecord
- 
Uses of DNSRecord in org.openapitools.client.model
Methods in org.openapitools.client.model that return DNSRecordModifier and TypeMethodDescriptionDNSRecord.addValuesItem(String valuesItem) DNSRecord.expiration(String expiration) DNSRecord.recordType(DNSRecordType recordType) Methods in org.openapitools.client.model that return types with arguments of type DNSRecordModifier and TypeMethodDescriptionDomain.getDnsRecords()Get dnsRecordsDomainResponse.getDnsRecords()Get dnsRecordsEmailDomainResponse.getDnsValidationRecords()Get dnsValidationRecordsMethods in org.openapitools.client.model with parameters of type DNSRecordModifier and TypeMethodDescriptionDomain.addDnsRecordsItem(DNSRecord dnsRecordsItem) DomainResponse.addDnsRecordsItem(DNSRecord dnsRecordsItem) EmailDomainResponse.addDnsValidationRecordsItem(DNSRecord dnsValidationRecordsItem) Method parameters in org.openapitools.client.model with type arguments of type DNSRecordModifier and TypeMethodDescriptionDomain.dnsRecords(List<DNSRecord> dnsRecords) DomainResponse.dnsRecords(List<DNSRecord> dnsRecords) EmailDomainResponse.dnsValidationRecords(List<DNSRecord> dnsValidationRecords) voidDomain.setDnsRecords(List<DNSRecord> dnsRecords) voidDomainResponse.setDnsRecords(List<DNSRecord> dnsRecords) voidEmailDomainResponse.setDnsValidationRecords(List<DNSRecord> dnsValidationRecords)