Regenerate Javadoc files for consistency

Refactor record creation method to improve clarity

Renamed `recordCreate` to `recordCreateSld` to better align with its function of creating records specifically for SLDs. Updated relevant tests, documentation, and method references to use the new naming for consistency and improved readability
This commit is contained in:
2025-04-23 16:29:05 +02:00
parent 41b44b22c2
commit d9ec4f8c44
55 changed files with 659 additions and 293 deletions
+5
View File
@@ -123,6 +123,11 @@ memberSearchIndex = [{"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "A
"c": "CfDnsClient",
"l": "recordCreate(ZoneEntity, String, int, RecordType, String)",
"u": "recordCreate(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordCreateSld(ZoneEntity, String, int, RecordType, String)",
"u": "recordCreateSld(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",