From e33318e989c9dae9ecc79808036daa52b9c71847 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Wed, 23 Apr 2025 17:57:47 +0200 Subject: [PATCH] Update Javadoc generation timestamps Regenerated Javadoc files with updated timestamps for consistency and accuracy. No functional or content changes have been made to the documentation. --- docs/apidocs/allclasses-index.html | 7 +++++-- docs/apidocs/allpackages-index.html | 2 +- docs/apidocs/codes/thischwa/cf/CfDnsClient.html | 2 +- docs/apidocs/codes/thischwa/cf/CfRequest.html | 2 +- .../codes/thischwa/cf/CloudflareApiException.html | 2 +- .../thischwa/cf/CloudflareNotFoundException.html | 2 +- .../codes/thischwa/cf/class-use/CfDnsClient.html | 2 +- .../codes/thischwa/cf/class-use/CfRequest.html | 2 +- .../cf/class-use/CloudflareApiException.html | 2 +- .../cf/class-use/CloudflareNotFoundException.html | 2 +- .../codes/thischwa/cf/model/AbstractEntity.html | 2 +- .../thischwa/cf/model/AbstractMultipleResponse.html | 2 +- .../codes/thischwa/cf/model/AbstractResponse.html | 2 +- .../thischwa/cf/model/AbstractSingleResponse.html | 2 +- .../codes/thischwa/cf/model/PagingRequest.html | 2 +- .../codes/thischwa/cf/model/RecordEntity.html | 2 +- .../thischwa/cf/model/RecordMultipleResponse.html | 13 ++++++++----- .../thischwa/cf/model/RecordSingleResponse.html | 2 +- .../apidocs/codes/thischwa/cf/model/RecordType.html | 2 +- .../codes/thischwa/cf/model/ResponseEntity.html | 2 +- .../codes/thischwa/cf/model/ResponseResultInfo.html | 2 +- .../apidocs/codes/thischwa/cf/model/ResultInfo.html | 2 +- .../apidocs/codes/thischwa/cf/model/ZoneEntity.html | 2 +- .../thischwa/cf/model/ZoneMultipleResponse.html | 2 +- .../thischwa/cf/model/class-use/AbstractEntity.html | 2 +- .../model/class-use/AbstractMultipleResponse.html | 7 +++++-- .../cf/model/class-use/AbstractResponse.html | 7 +++++-- .../cf/model/class-use/AbstractSingleResponse.html | 2 +- .../thischwa/cf/model/class-use/PagingRequest.html | 2 +- .../thischwa/cf/model/class-use/RecordEntity.html | 2 +- .../cf/model/class-use/RecordMultipleResponse.html | 2 +- .../cf/model/class-use/RecordSingleResponse.html | 2 +- .../thischwa/cf/model/class-use/RecordType.html | 2 +- .../thischwa/cf/model/class-use/ResponseEntity.html | 2 +- .../cf/model/class-use/ResponseResultInfo.html | 2 +- .../thischwa/cf/model/class-use/ResultInfo.html | 2 +- .../thischwa/cf/model/class-use/ZoneEntity.html | 2 +- .../cf/model/class-use/ZoneMultipleResponse.html | 2 +- .../codes/thischwa/cf/model/package-summary.html | 7 +++++-- .../codes/thischwa/cf/model/package-tree.html | 2 +- .../codes/thischwa/cf/model/package-use.html | 2 +- docs/apidocs/codes/thischwa/cf/package-summary.html | 2 +- docs/apidocs/codes/thischwa/cf/package-tree.html | 2 +- docs/apidocs/codes/thischwa/cf/package-use.html | 2 +- docs/apidocs/help-doc.html | 2 +- docs/apidocs/index-all.html | 7 +++++-- docs/apidocs/index.html | 2 +- docs/apidocs/overview-summary.html | 2 +- docs/apidocs/overview-tree.html | 2 +- docs/apidocs/search.html | 2 +- docs/apidocs/serialized-form.html | 2 +- .../thischwa/cf/model/RecordMultipleResponse.java | 11 +++++++---- 52 files changed, 85 insertions(+), 64 deletions(-) diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html index 95f8509..fb70a25 100644 --- a/docs/apidocs/allclasses-index.html +++ b/docs/apidocs/allclasses-index.html @@ -1,7 +1,7 @@ - + Alle Klassen und Schnittstellen (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -102,7 +102,10 @@ loadScripts(document, 'script');
RecordMultipleResponse
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
+
Represents the API response of the Cloudflare API containing multiple RecordEntity + instances. +
RecordSingleResponse
diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html index ba3a35e..6f6af4f 100644 --- a/docs/apidocs/allpackages-index.html +++ b/docs/apidocs/allpackages-index.html @@ -1,7 +1,7 @@ - + Alle Packages (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html index a4b4734..bde75ca 100644 --- a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html +++ b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html @@ -1,7 +1,7 @@ - + CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CfRequest.html b/docs/apidocs/codes/thischwa/cf/CfRequest.html index 5de0989..28f3bec 100644 --- a/docs/apidocs/codes/thischwa/cf/CfRequest.html +++ b/docs/apidocs/codes/thischwa/cf/CfRequest.html @@ -1,7 +1,7 @@ - + CfRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html index 2e85548..612cfa3 100644 --- a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html +++ b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html @@ -1,7 +1,7 @@ - + CloudflareApiException (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html index 1798973..d4a5108 100644 --- a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html +++ b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html @@ -1,7 +1,7 @@ - + CloudflareNotFoundException (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html index 31c53fa..3d027a7 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html index 6376e7c..935c5c2 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Enum-Klasse codes.thischwa.cf.CfRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html index 7af3232..ed7154b 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CloudflareApiException (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html index f6c3489..0b299f7 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CloudflareNotFoundException (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html index fa8bfec..d7a6b2a 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html @@ -1,7 +1,7 @@ - + AbstractEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html index fc00d90..c7b4c9c 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html @@ -1,7 +1,7 @@ - + AbstractMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html index 07d525a..5b7565c 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html @@ -1,7 +1,7 @@ - + AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html index ea38f17..8a9f1df 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html @@ -1,7 +1,7 @@ - + AbstractSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html index 3f35062..4625073 100644 --- a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html +++ b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html @@ -1,7 +1,7 @@ - + PagingRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html index 5d6fe86..3f4ad8c 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html @@ -1,7 +1,7 @@ - + RecordEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html index 504d4be..7e1f057 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html @@ -1,7 +1,7 @@ - + RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -97,7 +97,10 @@ loadScripts(document, 'script');
public class RecordMultipleResponse extends AbstractMultipleResponse<RecordEntity>
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
+
Represents the API response of the Cloudflare API containing multiple RecordEntity + instances. +
    @@ -140,9 +143,9 @@ loadScripts(document, 'script');
    public RecordMultipleResponse()
    Constructs an instance of RecordMultipleResponse. -

    This class represents a response containing multiple DNS record entities from the Cloudflare - API. It inherits functionality from AbstractMultipleResponse to handle multiple records of type - RecordEntity.

    +

    This class represents a response containing multiple DNS record entities from the + Cloudflare API. It inherits functionality from AbstractMultipleResponse to handle multiple + records of type RecordEntity.

diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html index f4c2ed4..97d052c 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html @@ -1,7 +1,7 @@ - + RecordSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/RecordType.html index 63ba479..ae1cb62 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordType.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordType.html @@ -1,7 +1,7 @@ - + RecordType (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html index 0551b5e..dc6d2ba 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html @@ -1,7 +1,7 @@ - + ResponseEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html index e2ea01c..749bce4 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html @@ -1,7 +1,7 @@ - + ResponseResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html index 4282129..3378740 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html @@ -1,7 +1,7 @@ - + ResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html index f6557fb..d9b462b 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html @@ -1,7 +1,7 @@ - + ZoneEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html index 1afdb9e..1372412 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html @@ -1,7 +1,7 @@ - + ZoneMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html index 09b48cf..c5a25c1 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html index ecc5b15..443a000 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -74,7 +74,10 @@ loadScripts(document, 'script');
class 
RecordMultipleResponse
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
+
Represents the API response of the Cloudflare API containing multiple RecordEntity + instances. +
class 
ZoneMultipleResponse
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html index 603a004..98710ba 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -85,7 +85,10 @@ loadScripts(document, 'script');
class 
RecordMultipleResponse
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
+
Represents the API response of the Cloudflare API containing multiple RecordEntity + instances. +
class 
RecordSingleResponse
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html index dc175cf..669c68d 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html index 092cf5b..73d4056 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.PagingRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html index 5341393..d412eec 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html index 721a77a..27eba69 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html index fab460a..97bea97 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html index 0a6c918..8e5ca72 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Enum-Klasse codes.thischwa.cf.model.RecordType (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html index bc05fc2..845d5ff 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Schnittstelle codes.thischwa.cf.model.ResponseEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html index bae88cc..b6330bd 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ResponseResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html index 57bcfb6..9f7d4ec 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html index 67388ea..edd3208 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ZoneEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html index 519452e..69eebff 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ZoneMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/package-summary.html b/docs/apidocs/codes/thischwa/cf/model/package-summary.html index 534ecf3..6942444 100644 --- a/docs/apidocs/codes/thischwa/cf/model/package-summary.html +++ b/docs/apidocs/codes/thischwa/cf/model/package-summary.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -122,7 +122,10 @@ loadScripts(document, 'script');
RecordMultipleResponse
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
+
Represents the API response of the Cloudflare API containing multiple RecordEntity + instances. +
RecordSingleResponse
diff --git a/docs/apidocs/codes/thischwa/cf/model/package-tree.html b/docs/apidocs/codes/thischwa/cf/model/package-tree.html index e715213..25b62fe 100644 --- a/docs/apidocs/codes/thischwa/cf/model/package-tree.html +++ b/docs/apidocs/codes/thischwa/cf/model/package-tree.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf.model Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/package-use.html b/docs/apidocs/codes/thischwa/cf/model/package-use.html index f9c2b86..c40ebbc 100644 --- a/docs/apidocs/codes/thischwa/cf/model/package-use.html +++ b/docs/apidocs/codes/thischwa/cf/model/package-use.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Package codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/package-summary.html b/docs/apidocs/codes/thischwa/cf/package-summary.html index 1f4ab1d..62a1658 100644 --- a/docs/apidocs/codes/thischwa/cf/package-summary.html +++ b/docs/apidocs/codes/thischwa/cf/package-summary.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/package-tree.html b/docs/apidocs/codes/thischwa/cf/package-tree.html index 4bb95be..bfc84a5 100644 --- a/docs/apidocs/codes/thischwa/cf/package-tree.html +++ b/docs/apidocs/codes/thischwa/cf/package-tree.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/package-use.html b/docs/apidocs/codes/thischwa/cf/package-use.html index 4acc472..b396616 100644 --- a/docs/apidocs/codes/thischwa/cf/package-use.html +++ b/docs/apidocs/codes/thischwa/cf/package-use.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Package codes.thischwa.cf (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index ab5d5a1..f5ede8b 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -1,7 +1,7 @@ - + API-Hilfe (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 416d270..c1f045d 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -1,7 +1,7 @@ - + Index (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -321,7 +321,10 @@ loadScripts(document, 'script');
RecordMultipleResponse - Klasse in codes.thischwa.cf.model
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
+
Represents the API response of the Cloudflare API containing multiple RecordEntity + instances. +
RecordMultipleResponse() - Konstruktor für Klasse codes.thischwa.cf.model.RecordMultipleResponse
diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index 43404bd..e6842d4 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -1,7 +1,7 @@ - + Überblick (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index 248d41c..a8ec09f 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -1,7 +1,7 @@ - + CloudflareDNS-java 0.2.0-SNAPSHOT API diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 031f7ad..3610522 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -1,7 +1,7 @@ - + Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/search.html b/docs/apidocs/search.html index c8a9d70..ea06e84 100644 --- a/docs/apidocs/search.html +++ b/docs/apidocs/search.html @@ -1,7 +1,7 @@ - + Suchen (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/serialized-form.html b/docs/apidocs/serialized-form.html index b6565cc..dfd550c 100644 --- a/docs/apidocs/serialized-form.html +++ b/docs/apidocs/serialized-form.html @@ -1,7 +1,7 @@ - + Serialisierte Form (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/src/main/java/codes/thischwa/cf/model/RecordMultipleResponse.java b/src/main/java/codes/thischwa/cf/model/RecordMultipleResponse.java index 91ae40a..466e06d 100644 --- a/src/main/java/codes/thischwa/cf/model/RecordMultipleResponse.java +++ b/src/main/java/codes/thischwa/cf/model/RecordMultipleResponse.java @@ -1,14 +1,17 @@ package codes.thischwa.cf.model; -/** Represents the API response of the Cloudflare API containing multiple DNS record entities. */ +/** + * Represents the API response of the Cloudflare API containing multiple {@link RecordEntity} + * instances. + */ public class RecordMultipleResponse extends AbstractMultipleResponse { /** * Constructs an instance of RecordMultipleResponse. * - *

This class represents a response containing multiple DNS record entities from the Cloudflare - * API. It inherits functionality from AbstractMultipleResponse to handle multiple records of type - * RecordEntity. + *

This class represents a response containing multiple DNS record entities from the + * Cloudflare API. It inherits functionality from AbstractMultipleResponse to handle multiple + * records of type RecordEntity. */ public RecordMultipleResponse() { super();