Refactor HTTP request methods and update Javadoc language.

Refactored HTTP request methods by removing explicit `responseType` parameters where possible and adjusting to specific response mapping needs. Additionally, updated Javadoc documentation language from German to English for consistency, improving clarity and accessibility.
This commit is contained in:
2025-03-23 18:39:36 +01:00
parent af757714f4
commit e415dc1106
69 changed files with 3278 additions and 3743 deletions
+20 -20
View File
@@ -1,8 +1,8 @@
<!DOCTYPE HTML>
<html lang="de">
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Sun Mar 23 12:39:27 CET 2025 -->
<title>Serialisierte Form (CloudflareDNS-java 0.1.0-SNAPSHOT API)</title>
<!-- Generated by javadoc (17) on Sun Mar 23 18:37:33 CET 2025 -->
<title>Serialized Form (CloudflareDNS-java 0.1.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-03-23">
@@ -10,6 +10,7 @@
<meta name="generator" content="javadoc/SerializedFormWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
@@ -18,29 +19,28 @@
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript ist im Browser deaktiviert.</div>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Navigationslinks umschalten"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Navigations-Links überspringen">Navigations-Links überspringen</a></div>
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Überblick</a></li>
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Klasse</li>
<li>Verwendung</li>
<li><a href="overview-tree.html">Baum</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#serialized-form">Hilfe</a></li>
<li><a href="help-doc.html#serialized-form">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list"></div>
<div class="nav-list-search"><a href="search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Suchen">
<input type="reset" id="reset-button" disabled value="reset">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
@@ -49,7 +49,7 @@ loadScripts(document, 'script');</script>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Serialisierte Form" class="title">Serialisierte Form</h1>
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<ul class="block-list">
<li>
@@ -58,8 +58,8 @@ loadScripts(document, 'script');</script>
<ul class="block-list">
<li>
<section class="serialized-class-details" id="codes.thischwa.cf.CloudflareApiException">
<h3>Ausnahmeklasse&nbsp;<a href="codes/thischwa/cf/CloudflareApiException.html" title="Klasse in codes.thischwa.cf">codes.thischwa.cf.CloudflareApiException</a></h3>
<div class="type-signature">class CloudflareApiException extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Exception.html" title="Klasse oder Schnittstelle in java.lang" class="external-link">Exception</a> implements <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Serializable.html" title="Klasse oder Schnittstelle in java.io" class="external-link">Serializable</a></div>
<h3>Exception&nbsp;<a href="codes/thischwa/cf/CloudflareApiException.html" title="class in codes.thischwa.cf">codes.thischwa.cf.CloudflareApiException</a></h3>
<div class="type-signature">class CloudflareApiException extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Exception.html" title="class or interface in java.lang" class="external-link">Exception</a> implements <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
<dl class="name-value">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
@@ -68,8 +68,8 @@ loadScripts(document, 'script');</script>
</li>
<li>
<section class="serialized-class-details" id="codes.thischwa.cf.CloudflareNotFoundException">
<h3>Ausnahmeklasse&nbsp;<a href="codes/thischwa/cf/CloudflareNotFoundException.html" title="Klasse in codes.thischwa.cf">codes.thischwa.cf.CloudflareNotFoundException</a></h3>
<div class="type-signature">class CloudflareNotFoundException extends <a href="codes/thischwa/cf/CloudflareApiException.html" title="Klasse in codes.thischwa.cf">CloudflareApiException</a> implements <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Serializable.html" title="Klasse oder Schnittstelle in java.io" class="external-link">Serializable</a></div>
<h3>Exception&nbsp;<a href="codes/thischwa/cf/CloudflareNotFoundException.html" title="class in codes.thischwa.cf">codes.thischwa.cf.CloudflareNotFoundException</a></h3>
<div class="type-signature">class CloudflareNotFoundException extends <a href="codes/thischwa/cf/CloudflareApiException.html" title="class in codes.thischwa.cf">CloudflareApiException</a> implements <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
</section>
</li>
</ul>