From 24021972a77886c5da226bc82dbf67a024f584a9 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 21 Apr 2025 14:20:08 +0200 Subject: [PATCH] update javadoc --- docs/apidocs/allclasses-index.html | 28 ++- docs/apidocs/allpackages-index.html | 4 +- .../codes/thischwa/cf/CfDnsClient.html | 4 +- docs/apidocs/codes/thischwa/cf/CfRequest.html | 4 +- .../thischwa/cf/CloudflareApiException.html | 4 +- .../cf/CloudflareNotFoundException.html | 4 +- .../thischwa/cf/class-use/CfDnsClient.html | 4 +- .../thischwa/cf/class-use/CfRequest.html | 4 +- .../cf/class-use/CloudflareApiException.html | 4 +- .../CloudflareNotFoundException.html | 4 +- .../thischwa/cf/model/AbstractEntity.html | 4 +- .../cf/model/AbstractMultipleResponse.html | 4 +- .../thischwa/cf/model/AbstractResponse.html | 4 +- .../cf/model/AbstractSingleResponse.html | 4 +- .../thischwa/cf/model/PagingRequest.html | 4 +- .../codes/thischwa/cf/model/RecordEntity.html | 4 +- .../cf/model/RecordMultipleResponse.html | 4 +- .../cf/model/RecordSingleResponse.html | 4 +- .../codes/thischwa/cf/model/RecordType.html | 4 +- .../thischwa/cf/model/ResponseEntity.html | 4 +- .../thischwa/cf/model/ResponseResultInfo.html | 204 +++++++++++++++ .../codes/thischwa/cf/model/ResultInfo.html | 4 +- .../codes/thischwa/cf/model/ZoneEntity.html | 4 +- .../cf/model/ZoneMultipleResponse.html | 4 +- .../cf/model/class-use/AbstractEntity.html | 4 +- .../class-use/AbstractMultipleResponse.html | 4 +- .../cf/model/class-use/AbstractResponse.html | 4 +- .../class-use/AbstractSingleResponse.html | 4 +- .../cf/model/class-use/PagingRequest.html | 4 +- .../cf/model/class-use/RecordEntity.html | 4 +- .../class-use/RecordMultipleResponse.html | 4 +- .../model/class-use/RecordSingleResponse.html | 4 +- .../cf/model/class-use/RecordType.html | 4 +- .../cf/model/class-use/ResponseEntity.html | 4 +- .../model/class-use/ResponseResultInfo.html | 70 ++++++ .../cf/model/class-use/ResultInfo.html | 4 +- .../cf/model/class-use/ZoneEntity.html | 4 +- .../model/class-use/ZoneMultipleResponse.html | 4 +- .../thischwa/cf/model/package-summary.html | 28 ++- .../codes/thischwa/cf/model/package-tree.html | 6 +- .../codes/thischwa/cf/model/package-use.html | 4 +- .../codes/thischwa/cf/package-summary.html | 4 +- .../codes/thischwa/cf/package-tree.html | 4 +- .../codes/thischwa/cf/package-use.html | 4 +- docs/apidocs/help-doc.html | 4 +- docs/apidocs/index-all.html | 18 +- docs/apidocs/index.html | 4 +- docs/apidocs/member-search-index.js | 237 +++++++++++++++++- docs/apidocs/overview-summary.html | 4 +- docs/apidocs/overview-tree.html | 7 +- docs/apidocs/search.html | 4 +- docs/apidocs/serialized-form.html | 4 +- docs/apidocs/type-search-index.js | 30 ++- 53 files changed, 694 insertions(+), 110 deletions(-) create mode 100644 docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html create mode 100644 docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html index 12ffbe5..ed59a4f 100644 --- a/docs/apidocs/allclasses-index.html +++ b/docs/apidocs/allclasses-index.html @@ -1,11 +1,11 @@ - + Alle Klassen und Schnittstellen (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + @@ -116,16 +116,30 @@ loadScripts(document, 'script');
Represents a contract for entities that have a unique identifier.
-
ResultInfo
+
ResponseResultInfo +
-
Represents metadata for paginated results.
+
Represents the result of a response with metadata about its success and associated messages or + errors. +
-
ZoneEntity
+
ResultInfo +
-
Represents a DNS zone entity in the Cloudflare DNS system.
+
Represents metadata for paginated results.
-
ZoneMultipleResponse
+
ZoneEntity +
+
Represents a DNS zone entity in the Cloudflare DNS system.
+
+
ZoneMultipleResponse +
+
Represents a response model that contains multiple ZoneEntity instances.
diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html index 8fce908..0b760b2 100644 --- a/docs/apidocs/allpackages-index.html +++ b/docs/apidocs/allpackages-index.html @@ -1,11 +1,11 @@ - + Alle Packages (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html index 852d6cd..ec47d11 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/CfRequest.html b/docs/apidocs/codes/thischwa/cf/CfRequest.html index cc78ea4..d285e01 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html index 348c193..3ab789d 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html index d55194c..f67cde5 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.1.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 675a770..cfdfe91 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.1.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 dceeae4..1bf3d9f 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.1.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 8538208..2cffd84 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CloudflareApiException (CloudflareDNS-java 0.1.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 b2d28f3..27530eb 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CloudflareNotFoundException (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html index 109698d..7d23bb4 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html index 8fd930a..97bcf1b 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html index 9d8cb9c..615686e 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html index e51c1a0..5829107 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html index e2a13f9..5659ab7 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html index 0cef930..cd876ee 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html index 69071a7..07c4a9d 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html index b5d3c70..f65e09a 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/RecordType.html index 06f3201..240747d 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html index 9428e04..869862a 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html new file mode 100644 index 0000000..e94222c --- /dev/null +++ b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html @@ -0,0 +1,204 @@ + + + + + ResponseResultInfo (CloudflareDNS-java 0.1.0-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse ResponseResultInfo

+
+
java.lang.Object +
codes.thischwa.cf.model.ResponseResultInfo
+
+
+
+
public class ResponseResultInfo + extends Object
+
Represents the result of a response with metadata about its success and associated + messages or + errors. +

This class provides a structure to capture the outcome of an operation, including: +

    +
  • Whether the operation was successful. +
  • A list of error messages if the operation failed. +
  • A list of informational or success messages. +
+ It can be used to standardize the response format in an application. +
+
+
+ +
+
+
    + +
  • +
    +

    Konstruktordetails

    +
      +
    • +
      +

      ResponseResultInfo

      +
      public ResponseResultInfo() +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html index 18b9395..cd51038 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html index 302653c..fc7dc2c 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html index 32dde07..88d2b25 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.1.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 6aa5aa1..7371b39 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractEntity (CloudflareDNS-java 0.1.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 ad461e1..04a4f69 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractMultipleResponse (CloudflareDNS-java 0.1.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 68eab57..4dc6e30 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractResponse (CloudflareDNS-java 0.1.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 0a1c7cd..c78d409 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractSingleResponse (CloudflareDNS-java 0.1.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 af5de9c..ec4f678 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.PagingRequest (CloudflareDNS-java 0.1.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 ee8f6ca..3425906 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordEntity (CloudflareDNS-java 0.1.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 7edc672..79087aa 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordMultipleResponse (CloudflareDNS-java 0.1.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 5944084..6cd7d59 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordSingleResponse (CloudflareDNS-java 0.1.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 2a66ee9..b18fa95 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Enum-Klasse codes.thischwa.cf.model.RecordType (CloudflareDNS-java 0.1.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 0dfa24c..ef4d70a 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Schnittstelle codes.thischwa.cf.model.ResponseEntity (CloudflareDNS-java 0.1.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 new file mode 100644 index 0000000..bcd497d --- /dev/null +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html @@ -0,0 +1,70 @@ + + + + + Verwendungsweise von Klasse codes.thischwa.cf.model.ResponseResultInfo (CloudflareDNS-java 0.1.0-SNAPSHOT + API) + + + + + + + + + + + + + + +
+ +
+
+
+

+ Verwendungen von Klasse
codes.thischwa.cf.model.ResponseResultInfo

+
+ Keine Verwendung von codes.thischwa.cf.model.ResponseResultInfo +
+
+
+ +
+
+
+ + 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 1be4fea..ec387f1 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ResultInfo (CloudflareDNS-java 0.1.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 fdd7608..f97e458 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ZoneEntity (CloudflareDNS-java 0.1.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 ab41e63..9486bc3 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html @@ -1,11 +1,11 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ZoneMultipleResponse (CloudflareDNS-java 0.1.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 1fb8b8f..d61fdec 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.1.0-SNAPSHOT API) - + @@ -136,16 +136,30 @@ loadScripts(document, 'script');
Represents a contract for entities that have a unique identifier.
-
ResultInfo
+
ResponseResultInfo +
-
Represents metadata for paginated results.
+
Represents the result of a response with metadata about its success and associated messages or + errors. +
-
ZoneEntity
+
ResultInfo +
-
Represents a DNS zone entity in the Cloudflare DNS system.
+
Represents metadata for paginated results.
-
ZoneMultipleResponse
+
ZoneEntity +
+
Represents a DNS zone entity in the Cloudflare DNS system.
+
+
ZoneMultipleResponse +
+
Represents a response model that contains multiple ZoneEntity instances.
diff --git a/docs/apidocs/codes/thischwa/cf/model/package-tree.html b/docs/apidocs/codes/thischwa/cf/model/package-tree.html index 5dbf86c..b297282 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.1.0-SNAPSHOT API) - + @@ -82,6 +82,8 @@ loadScripts(document, 'script');
  • codes.thischwa.cf.model.PagingRequest
  • +
  • codes.thischwa.cf.model.ResponseResultInfo
  • codes.thischwa.cf.model.ResultInfo
  • diff --git a/docs/apidocs/codes/thischwa/cf/model/package-use.html b/docs/apidocs/codes/thischwa/cf/model/package-use.html index 48e66f6..ce6f5a0 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/package-summary.html b/docs/apidocs/codes/thischwa/cf/package-summary.html index 1086bed..a4d8d33 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/package-tree.html b/docs/apidocs/codes/thischwa/cf/package-tree.html index a70eea1..1f97a3f 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/codes/thischwa/cf/package-use.html b/docs/apidocs/codes/thischwa/cf/package-use.html index 0527688..7fa6ad6 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.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index 1b89166..87547cb 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -1,11 +1,11 @@ - + API-Hilfe (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 3d5e85c..a902d0f 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -1,11 +1,11 @@ - + Index (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + @@ -339,6 +339,20 @@ loadScripts(document, 'script');
    Represents a contract for entities that have a unique identifier.
    +
    ResponseResultInfo - Klasse in codes.thischwa.cf.model
    +
    +
    Represents the result of a response with metadata about its success and associated messages + or + errors. +
    +
    +
    ResponseResultInfo() + - Konstruktor für Klasse codes.thischwa.cf.model.ResponseResultInfo +
    +
     
    ResultInfo - Klasse in codes.thischwa.cf.model
    Represents metadata for paginated results.
    diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index 8d2fca0..d603098 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -1,11 +1,11 @@ - + Überblick (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/member-search-index.js b/docs/apidocs/member-search-index.js index cbb6df5..fc36f28 100644 --- a/docs/apidocs/member-search-index.js +++ b/docs/apidocs/member-search-index.js @@ -1 +1,236 @@ -memberSearchIndex = [{"p":"codes.thischwa.cf.model","c":"RecordType","l":"A"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"AAAA"},{"p":"codes.thischwa.cf.model","c":"AbstractEntity","l":"AbstractEntity()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf.model","c":"AbstractResponse","l":"AbstractResponse()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf.model","c":"AbstractSingleResponse","l":"AbstractSingleResponse()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf.model","c":"PagingRequest","l":"addQueryString(String)","u":"addQueryString(java.lang.String)"},{"p":"codes.thischwa.cf.model","c":"RecordEntity","l":"build(String, RecordType, Integer, String)","u":"build(java.lang.String,codes.thischwa.cf.model.RecordType,java.lang.Integer,java.lang.String)"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"CAA"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"CERT"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"CfDnsClient(boolean, String, String, String)","u":"%3Cinit%3E(boolean,java.lang.String,java.lang.String,java.lang.String)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"CfDnsClient(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"CfDnsClient(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"codes.thischwa.cf","c":"CloudflareApiException","l":"CloudflareApiException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"codes.thischwa.cf","c":"CloudflareApiException","l":"CloudflareApiException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"codes.thischwa.cf","c":"CloudflareApiException","l":"CloudflareApiException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"codes.thischwa.cf","c":"CloudflareNotFoundException","l":"CloudflareNotFoundException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"codes.thischwa.cf","c":"CloudflareNotFoundException","l":"CloudflareNotFoundException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"codes.thischwa.cf","c":"CloudflareNotFoundException","l":"CloudflareNotFoundException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"CNAME"},{"p":"codes.thischwa.cf.model","c":"PagingRequest","l":"defaultPaging()"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"DNSKEY"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"DS"},{"p":"codes.thischwa.cf.model","c":"ResponseEntity","l":"getId()"},{"p":"codes.thischwa.cf.model","c":"PagingRequest","l":"getPagingParams()"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"HTTPS"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"LOC"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"MX"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"NAPTR"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"NS"},{"p":"codes.thischwa.cf.model","c":"PagingRequest","l":"of(int, int)","u":"of(int,int)"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"OPENPGPKEY"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"PTR"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"RECORD_CREATE"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"RECORD_DELETE"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"RECORD_INFO_NAME"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"RECORD_INFO_NAME_TYPE"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"RECORD_UPDATE"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"recordCreate(ZoneEntity, RecordEntity)","u":"recordCreate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)"},{"p":"codes.thischwa.cf","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":"recordDelete(ZoneEntity, RecordEntity)","u":"recordDelete(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"recordDelete(ZoneEntity, String)","u":"recordDelete(codes.thischwa.cf.model.ZoneEntity,java.lang.String)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"recordDeleteTypeIfExists(ZoneEntity, String, RecordType...)","u":"recordDeleteTypeIfExists(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType...)"},{"p":"codes.thischwa.cf.model","c":"RecordEntity","l":"RecordEntity()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf.model","c":"RecordMultipleResponse","l":"RecordMultipleResponse()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf.model","c":"RecordSingleResponse","l":"RecordSingleResponse()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"recordUpdate(ZoneEntity, RecordEntity)","u":"recordUpdate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)"},{"p":"codes.thischwa.cf.model","c":"ResultInfo","l":"ResultInfo()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"sldInfo(ZoneEntity, String, RecordType)","u":"sldInfo(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"sldListAll(ZoneEntity, String)","u":"sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"sldListAll(ZoneEntity, String, PagingRequest)","u":"sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.PagingRequest)"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"SMIMEA"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"SRV"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"SSHFP"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"SVCB"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"TLSA"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"toString()"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"TXT"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"URI"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"values()"},{"p":"codes.thischwa.cf.model","c":"RecordType","l":"values()"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"ZONE_INFO"},{"p":"codes.thischwa.cf","c":"CfRequest","l":"ZONE_LIST"},{"p":"codes.thischwa.cf.model","c":"ZoneEntity","l":"ZoneEntity()","u":"%3Cinit%3E()"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"zoneInfo(String)","u":"zoneInfo(java.lang.String)"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"zoneListAll()"},{"p":"codes.thischwa.cf","c":"CfDnsClient","l":"zoneListAll(PagingRequest)","u":"zoneListAll(codes.thischwa.cf.model.PagingRequest)"},{"p":"codes.thischwa.cf.model","c":"ZoneMultipleResponse","l":"ZoneMultipleResponse()","u":"%3Cinit%3E()"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "A"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "AAAA" +}, { + "p": "codes.thischwa.cf.model", + "c": "AbstractEntity", + "l": "AbstractEntity()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf.model", + "c": "AbstractResponse", + "l": "AbstractResponse()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf.model", + "c": "AbstractSingleResponse", + "l": "AbstractSingleResponse()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf.model", + "c": "PagingRequest", + "l": "addQueryString(String)", + "u": "addQueryString(java.lang.String)" +}, { + "p": "codes.thischwa.cf.model", + "c": "RecordEntity", + "l": "build(String, RecordType, Integer, String)", + "u": "build(java.lang.String,codes.thischwa.cf.model.RecordType,java.lang.Integer,java.lang.String)" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "CAA"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "CERT" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "CfDnsClient(boolean, String, String, String)", + "u": "%3Cinit%3E(boolean,java.lang.String,java.lang.String,java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "CfDnsClient(String, String)", + "u": "%3Cinit%3E(java.lang.String,java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "CfDnsClient(String, String, String)", + "u": "%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CloudflareApiException", + "l": "CloudflareApiException(String)", + "u": "%3Cinit%3E(java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CloudflareApiException", + "l": "CloudflareApiException(String, Throwable)", + "u": "%3Cinit%3E(java.lang.String,java.lang.Throwable)" +}, { + "p": "codes.thischwa.cf", + "c": "CloudflareApiException", + "l": "CloudflareApiException(Throwable)", + "u": "%3Cinit%3E(java.lang.Throwable)" +}, { + "p": "codes.thischwa.cf", + "c": "CloudflareNotFoundException", + "l": "CloudflareNotFoundException(String)", + "u": "%3Cinit%3E(java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CloudflareNotFoundException", + "l": "CloudflareNotFoundException(String, Throwable)", + "u": "%3Cinit%3E(java.lang.String,java.lang.Throwable)" +}, { + "p": "codes.thischwa.cf", + "c": "CloudflareNotFoundException", + "l": "CloudflareNotFoundException(Throwable)", + "u": "%3Cinit%3E(java.lang.Throwable)" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "CNAME"}, { + "p": "codes.thischwa.cf.model", + "c": "PagingRequest", + "l": "defaultPaging()" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "DNSKEY"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "DS" +}, {"p": "codes.thischwa.cf.model", "c": "ResponseEntity", "l": "getId()"}, { + "p": "codes.thischwa.cf.model", + "c": "PagingRequest", + "l": "getPagingParams()" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "HTTPS"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "LOC" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "MX"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "NAPTR" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "NS"}, { + "p": "codes.thischwa.cf.model", + "c": "PagingRequest", + "l": "of(int, int)", + "u": "of(int,int)" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "OPENPGPKEY"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "PTR" +}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "RECORD_CREATE"}, { + "p": "codes.thischwa.cf", + "c": "CfRequest", + "l": "RECORD_DELETE" +}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "RECORD_INFO_NAME"}, { + "p": "codes.thischwa.cf", + "c": "CfRequest", + "l": "RECORD_INFO_NAME_TYPE" +}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "RECORD_UPDATE"}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "recordCreate(ZoneEntity, RecordEntity)", + "u": "recordCreate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)" +}, { + "p": "codes.thischwa.cf", + "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": "recordDelete(ZoneEntity, RecordEntity)", + "u": "recordDelete(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "recordDelete(ZoneEntity, String)", + "u": "recordDelete(codes.thischwa.cf.model.ZoneEntity,java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "recordDeleteTypeIfExists(ZoneEntity, String, RecordType...)", + "u": "recordDeleteTypeIfExists(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType...)" +}, { + "p": "codes.thischwa.cf.model", + "c": "RecordEntity", + "l": "RecordEntity()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf.model", + "c": "RecordMultipleResponse", + "l": "RecordMultipleResponse()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf.model", + "c": "RecordSingleResponse", + "l": "RecordSingleResponse()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "recordUpdate(ZoneEntity, RecordEntity)", + "u": "recordUpdate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)" +}, { + "p": "codes.thischwa.cf.model", + "c": "ResponseResultInfo", + "l": "ResponseResultInfo()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf.model", + "c": "ResultInfo", + "l": "ResultInfo()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "sldInfo(ZoneEntity, String, RecordType)", + "u": "sldInfo(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType)" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "sldListAll(ZoneEntity, String)", + "u": "sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String)" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "sldListAll(ZoneEntity, String, PagingRequest)", + "u": "sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.PagingRequest)" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "SMIMEA"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "SRV" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "SSHFP"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "SVCB" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "TLSA"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "toString()" +}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "TXT"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "URI" +}, { + "p": "codes.thischwa.cf", + "c": "CfRequest", + "l": "valueOf(String)", + "u": "valueOf(java.lang.String)" +}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "valueOf(String)", + "u": "valueOf(java.lang.String)" +}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "values()"}, { + "p": "codes.thischwa.cf.model", + "c": "RecordType", + "l": "values()" +}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "ZONE_INFO"}, { + "p": "codes.thischwa.cf", + "c": "CfRequest", + "l": "ZONE_LIST" +}, { + "p": "codes.thischwa.cf.model", + "c": "ZoneEntity", + "l": "ZoneEntity()", + "u": "%3Cinit%3E()" +}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "zoneInfo(String)", + "u": "zoneInfo(java.lang.String)" +}, {"p": "codes.thischwa.cf", "c": "CfDnsClient", "l": "zoneListAll()"}, { + "p": "codes.thischwa.cf", + "c": "CfDnsClient", + "l": "zoneListAll(PagingRequest)", + "u": "zoneListAll(codes.thischwa.cf.model.PagingRequest)" +}, {"p": "codes.thischwa.cf.model", "c": "ZoneMultipleResponse", "l": "ZoneMultipleResponse()", "u": "%3Cinit%3E()"}]; +updateSearchResults(); \ No newline at end of file diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index cb30d17..50f427d 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -1,11 +1,11 @@ - + CloudflareDNS-java 0.1.0-SNAPSHOT API - + diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 2fe9925..0cbc07c 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -1,11 +1,11 @@ - + Klassenhierarchie (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + @@ -84,6 +84,9 @@ loadScripts(document, 'script');
  • codes.thischwa.cf.CfDnsClient
  • codes.thischwa.cf.model.PagingRequest
  • +
  • codes.thischwa.cf.model.ResponseResultInfo +
  • codes.thischwa.cf.model.ResultInfo
  • java.lang.Throwable (implements java.io.Serializable)
      diff --git a/docs/apidocs/search.html b/docs/apidocs/search.html index 2a36150..76926c8 100644 --- a/docs/apidocs/search.html +++ b/docs/apidocs/search.html @@ -1,11 +1,11 @@ - + Suchen (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/serialized-form.html b/docs/apidocs/serialized-form.html index 3224fdd..96a48c1 100644 --- a/docs/apidocs/serialized-form.html +++ b/docs/apidocs/serialized-form.html @@ -1,11 +1,11 @@ - + Serialisierte Form (CloudflareDNS-java 0.1.0-SNAPSHOT API) - + diff --git a/docs/apidocs/type-search-index.js b/docs/apidocs/type-search-index.js index b79e37d..744dc44 100644 --- a/docs/apidocs/type-search-index.js +++ b/docs/apidocs/type-search-index.js @@ -1 +1,29 @@ -typeSearchIndex = [{"p":"codes.thischwa.cf.model","l":"AbstractEntity"},{"p":"codes.thischwa.cf.model","l":"AbstractMultipleResponse"},{"p":"codes.thischwa.cf.model","l":"AbstractResponse"},{"p":"codes.thischwa.cf.model","l":"AbstractSingleResponse"},{"l":"Alle Klassen und Schnittstellen","u":"allclasses-index.html"},{"p":"codes.thischwa.cf","l":"CfDnsClient"},{"p":"codes.thischwa.cf","l":"CfRequest"},{"p":"codes.thischwa.cf","l":"CloudflareApiException"},{"p":"codes.thischwa.cf","l":"CloudflareNotFoundException"},{"p":"codes.thischwa.cf.model","l":"PagingRequest"},{"p":"codes.thischwa.cf.model","l":"RecordEntity"},{"p":"codes.thischwa.cf.model","l":"RecordMultipleResponse"},{"p":"codes.thischwa.cf.model","l":"RecordSingleResponse"},{"p":"codes.thischwa.cf.model","l":"RecordType"},{"p":"codes.thischwa.cf.model","l":"ResponseEntity"},{"p":"codes.thischwa.cf.model","l":"ResultInfo"},{"p":"codes.thischwa.cf.model","l":"ZoneEntity"},{"p":"codes.thischwa.cf.model","l":"ZoneMultipleResponse"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"p": "codes.thischwa.cf.model", "l": "AbstractEntity"}, { + "p": "codes.thischwa.cf.model", + "l": "AbstractMultipleResponse" +}, {"p": "codes.thischwa.cf.model", "l": "AbstractResponse"}, { + "p": "codes.thischwa.cf.model", + "l": "AbstractSingleResponse" +}, {"l": "Alle Klassen und Schnittstellen", "u": "allclasses-index.html"}, { + "p": "codes.thischwa.cf", + "l": "CfDnsClient" +}, {"p": "codes.thischwa.cf", "l": "CfRequest"}, { + "p": "codes.thischwa.cf", + "l": "CloudflareApiException" +}, {"p": "codes.thischwa.cf", "l": "CloudflareNotFoundException"}, { + "p": "codes.thischwa.cf.model", + "l": "PagingRequest" +}, {"p": "codes.thischwa.cf.model", "l": "RecordEntity"}, { + "p": "codes.thischwa.cf.model", + "l": "RecordMultipleResponse" +}, {"p": "codes.thischwa.cf.model", "l": "RecordSingleResponse"}, { + "p": "codes.thischwa.cf.model", + "l": "RecordType" +}, {"p": "codes.thischwa.cf.model", "l": "ResponseEntity"}, { + "p": "codes.thischwa.cf.model", + "l": "ResponseResultInfo" +}, {"p": "codes.thischwa.cf.model", "l": "ResultInfo"}, { + "p": "codes.thischwa.cf.model", + "l": "ZoneEntity" +}, {"p": "codes.thischwa.cf.model", "l": "ZoneMultipleResponse"}]; +updateSearchResults(); \ No newline at end of file