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:
@@ -1,11 +1,11 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (21) on Tue Apr 22 18:16:59 CEST 2025 -->
|
||||
<!-- Generated by javadoc (21) on Wed Apr 23 16:29:51 CEST 2025 -->
|
||||
<title>Index (CloudflareDNS-java 0.2.0-SNAPSHOT API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-04-22">
|
||||
<meta name="dc.created" content="2025-04-23">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
@@ -287,6 +287,14 @@ loadScripts(document, 'script');</script>
|
||||
<div class="block">Creates a new DNS record in the specified zone using the Cloudflare API.</div>
|
||||
</dd>
|
||||
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordCreate(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)" class="member-name-link">recordCreate(ZoneEntity, String, int, RecordType, String)</a> - Methode in Klasse codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="Klasse in codes.thischwa.cf">CfDnsClient</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a DNS record in the specified DNS zone with the provided details.</div>
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="codes/thischwa/cf/CfDnsClient.html#recordCreateSld(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)"
|
||||
class="member-name-link">recordCreateSld(ZoneEntity, String, int, RecordType, String)</a> - Methode in Klasse
|
||||
codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html"
|
||||
title="Klasse in codes.thischwa.cf">CfDnsClient</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a DNS record in the specified DNS zone with the provided details.</div>
|
||||
</dd>
|
||||
@@ -369,11 +377,15 @@ loadScripts(document, 'script');</script>
|
||||
</dd>
|
||||
<dt><a href="codes/thischwa/cf/CfDnsClient.html#sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String)" class="member-name-link">sldListAll(ZoneEntity, String)</a> - Methode in Klasse codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="Klasse in codes.thischwa.cf">CfDnsClient</a></dt>
|
||||
<dd>
|
||||
<div class="block">Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.</div>
|
||||
<div class="block">Retrieves all record entities for a specific second-level domain (SLD) within a given DNS
|
||||
zone.
|
||||
</div>
|
||||
</dd>
|
||||
<dt><a href="codes/thischwa/cf/CfDnsClient.html#sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.PagingRequest)" class="member-name-link">sldListAll(ZoneEntity, String, PagingRequest)</a> - Methode in Klasse codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="Klasse in codes.thischwa.cf">CfDnsClient</a></dt>
|
||||
<dd>
|
||||
<div class="block">Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.</div>
|
||||
<div class="block">Retrieves all record entities for a specific second-level domain (SLD) within a given DNS
|
||||
zone.
|
||||
</div>
|
||||
</dd>
|
||||
<dt><a href="codes/thischwa/cf/model/RecordType.html#SMIMEA" class="member-name-link">SMIMEA</a> - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="Enum-Klasse in codes.thischwa.cf.model">RecordType</a></dt>
|
||||
<dd>
|
||||
|
||||
Reference in New Issue
Block a user