Uses of Class
com.aoindustries.aoserv.client.dns.Record
-
Packages that use Record Package Description com.aoindustries.aoserv.client.dns -
-
Uses of Record in com.aoindustries.aoserv.client.dns
Methods in com.aoindustries.aoserv.client.dns that return Record Modifier and Type Method Description RecordRecordTable. get(int id)Methods in com.aoindustries.aoserv.client.dns that return types with arguments of type Record Modifier and Type Method Description List<Record>Zone. getDNSRecords()List<Record>Zone. getDNSRecords(String domain, RecordType type)Methods in com.aoindustries.aoserv.client.dns with parameters of type Record Modifier and Type Method Description booleanRecord. hasConflict(Record other)Checks if this record conflicts with the provided record, meaning they may not both exist in a zone file at the same time.
-