diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html
index d64aa2e..e9da116 100644
--- a/docs/apidocs/allclasses-index.html
+++ b/docs/apidocs/allclasses-index.html
@@ -1,11 +1,11 @@
-
+
Alle Klassen und Schnittstellen (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html
index f6f7246..fde86a8 100644
--- a/docs/apidocs/allpackages-index.html
+++ b/docs/apidocs/allpackages-index.html
@@ -1,11 +1,11 @@
-
+
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 0c80548..fc37734 100644
--- a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html
+++ b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html
@@ -1,11 +1,11 @@
-
+
CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
@@ -107,11 +107,14 @@ loadScripts(document, 'script');
// Retrieve a zone
ZoneEntity zone = cfDnsClient.zoneInfo("example.com");
System.out.println("Zone ID: " + zone.getId());
- // Retrieve records of a zone
+ // Retrieve records of a subdomain
List<RecordEntity> records = cfDnsClient.sldListAll(zone, "sld");
records.forEach(record ->
System.out.println("Record Type: " + record.getType() + ", Value: " + record.getContent())
);
+ // Creat a record for the subdomain "api"
+ RecordEntity created = client.recordCreateSld(zone, "api", 60, RecordType.A, "192.168.1.1");
+ System.out.println("Created Record ID: " + created.getId());
diff --git a/docs/apidocs/codes/thischwa/cf/CfRequest.html b/docs/apidocs/codes/thischwa/cf/CfRequest.html
index ade460b..c0b02dd 100644
--- a/docs/apidocs/codes/thischwa/cf/CfRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/CfRequest.html
@@ -1,11 +1,11 @@
-
+
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 55ee7f7..69621b0 100644
--- a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html
+++ b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html
@@ -1,11 +1,11 @@
-
+
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 1d326ff..2b41b4d 100644
--- a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html
+++ b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html
@@ -1,11 +1,11 @@
-
+
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 dbaffb1..c55f1e2 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html
@@ -1,11 +1,11 @@
-
+
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 2375c5f..dc9022a 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html
@@ -1,11 +1,11 @@
-
+
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 d414564..278ec7f 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html
@@ -1,12 +1,12 @@
-
+
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 f0008b1..0a20d20 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html
@@ -1,12 +1,12 @@
-
+
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 6d4c072..46d7f57 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html
@@ -1,11 +1,11 @@
-
+
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 38070ad..9455335 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html
@@ -1,11 +1,11 @@
-
+
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 048ea10..d506127 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html
@@ -1,11 +1,11 @@
-
+
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 5f13570..87f93c7 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html
@@ -1,11 +1,11 @@
-
+
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 5390f94..34bbe40 100644
--- a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html
@@ -1,11 +1,11 @@
-
+
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 41ff2be..467e67b 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html
@@ -1,11 +1,11 @@
-
+
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 d8e3689..e6d77a1 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html
@@ -1,11 +1,11 @@
-
+
RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html
index ef93130..b9d711d 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html
@@ -1,11 +1,11 @@
-
+
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 78afa4d..d5cc0cf 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordType.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordType.html
@@ -1,11 +1,11 @@
-
+
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 2df929d..cd63d00 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html
@@ -1,11 +1,11 @@
-
+
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 9489afe..6bb42ad 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html
@@ -1,11 +1,11 @@
-
+
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 329a065..c1562ee 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html
@@ -1,11 +1,11 @@
-
+
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 95b83b2..45b1ddb 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html
@@ -1,11 +1,11 @@
-
+
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 d8c0cf7..0871f46 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html
@@ -1,11 +1,11 @@
-
+
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 ec540cb..eea3126 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html
@@ -1,12 +1,12 @@
-
+
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 01d98a4..c873a03 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html
@@ -1,12 +1,12 @@
-
+
Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractMultipleResponse (CloudflareDNS-java
0.2.0-SNAPSHOT API)
-
+
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 2632701..33f4873 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html
@@ -1,12 +1,12 @@
-
+
Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT
API)
-
+
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 725b151..fa957ae 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html
@@ -1,12 +1,12 @@
-
+
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 92a868d..bcb9614 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html
@@ -1,12 +1,12 @@
-
+
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 39af692..78fa04c 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html
@@ -1,12 +1,12 @@
-
+
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 25e67b4..30f1701 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html
@@ -1,12 +1,12 @@
-
+
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 edbdd04..c85da1f 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html
@@ -1,12 +1,12 @@
-
+
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 4fd48fa..90cf891 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html
@@ -1,12 +1,12 @@
-
+
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 7eed031..d09cfb4 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html
@@ -1,12 +1,12 @@
-
+
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 110f11e..bb59b99 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html
@@ -1,12 +1,12 @@
-
+
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 f2950db..26015b5 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html
@@ -1,12 +1,12 @@
-
+
Verwendungsweise von Datensatzklasse 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 2b4694e..4c31b70 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html
@@ -1,12 +1,12 @@
-
+
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 9afba86..57652f0 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html
@@ -1,12 +1,12 @@
-
+
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 a24f50a..9779ec0 100644
--- a/docs/apidocs/codes/thischwa/cf/model/package-summary.html
+++ b/docs/apidocs/codes/thischwa/cf/model/package-summary.html
@@ -1,11 +1,11 @@
-
+
codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/codes/thischwa/cf/model/package-tree.html b/docs/apidocs/codes/thischwa/cf/model/package-tree.html
index de09e44..a707b1f 100644
--- a/docs/apidocs/codes/thischwa/cf/model/package-tree.html
+++ b/docs/apidocs/codes/thischwa/cf/model/package-tree.html
@@ -1,11 +1,11 @@
-
+
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 e0e9976..4ee0340 100644
--- a/docs/apidocs/codes/thischwa/cf/model/package-use.html
+++ b/docs/apidocs/codes/thischwa/cf/model/package-use.html
@@ -1,11 +1,11 @@
-
+
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 f1ce6d1..7e2238d 100644
--- a/docs/apidocs/codes/thischwa/cf/package-summary.html
+++ b/docs/apidocs/codes/thischwa/cf/package-summary.html
@@ -1,11 +1,11 @@
-
+
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 26aea3a..2ac1f87 100644
--- a/docs/apidocs/codes/thischwa/cf/package-tree.html
+++ b/docs/apidocs/codes/thischwa/cf/package-tree.html
@@ -1,11 +1,11 @@
-
+
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 2dd977a..1e4b826 100644
--- a/docs/apidocs/codes/thischwa/cf/package-use.html
+++ b/docs/apidocs/codes/thischwa/cf/package-use.html
@@ -1,11 +1,11 @@
-
+
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 f091afe..2ca5dde 100644
--- a/docs/apidocs/help-doc.html
+++ b/docs/apidocs/help-doc.html
@@ -1,11 +1,11 @@
-
+
API-Hilfe (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html
index c6ab726..9facf08 100644
--- a/docs/apidocs/index-all.html
+++ b/docs/apidocs/index-all.html
@@ -1,11 +1,11 @@
-
+
Index (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html
index 3d724db..7bc7db5 100644
--- a/docs/apidocs/index.html
+++ b/docs/apidocs/index.html
@@ -1,11 +1,11 @@
-
+
Überblick (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html
index 883a8e8..5aa9746 100644
--- a/docs/apidocs/overview-summary.html
+++ b/docs/apidocs/overview-summary.html
@@ -1,11 +1,11 @@
-
+
CloudflareDNS-java 0.2.0-SNAPSHOT API
-
+
diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html
index 9ded150..4bdc2d9 100644
--- a/docs/apidocs/overview-tree.html
+++ b/docs/apidocs/overview-tree.html
@@ -1,11 +1,11 @@
-
+
Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/search.html b/docs/apidocs/search.html
index 8cca665..7adc817 100644
--- a/docs/apidocs/search.html
+++ b/docs/apidocs/search.html
@@ -1,11 +1,11 @@
-
+
Suchen (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+
diff --git a/docs/apidocs/serialized-form.html b/docs/apidocs/serialized-form.html
index 6a5df08..780adac 100644
--- a/docs/apidocs/serialized-form.html
+++ b/docs/apidocs/serialized-form.html
@@ -1,11 +1,11 @@
-
+
Serialisierte Form (CloudflareDNS-java 0.2.0-SNAPSHOT API)
-
+