e415dc1106
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.
119 lines
6.7 KiB
HTML
119 lines
6.7 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (17) on Sun Mar 23 18:37:33 CET 2025 -->
|
|
<title>Uses of Interface codes.thischwa.cf.model.ResponseEntity (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">
|
|
<meta name="description" content="use: package: codes.thischwa.cf.model, interface: ResponseEntity">
|
|
<meta name="generator" content="javadoc/ClassUseWriter">
|
|
<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>
|
|
</head>
|
|
<body class="class-use-page">
|
|
<script type="text/javascript">var pathtoroot = "../../../../../";
|
|
loadScripts(document, 'script');</script>
|
|
<noscript>
|
|
<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">
|
|
<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">Overview</a></li>
|
|
<li><a href="../package-summary.html">Package</a></li>
|
|
<li><a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">Class</a></li>
|
|
<li class="nav-bar-cell1-rev">Use</li>
|
|
<li><a href="../package-tree.html">Tree</a></li>
|
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../../../help-doc.html#use">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="sub-nav">
|
|
<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 ========= -->
|
|
<span class="skip-nav" id="skip-navbar-top"></span></nav>
|
|
</header>
|
|
<div class="flex-content">
|
|
<main role="main">
|
|
<div class="header">
|
|
<h1 title="Uses of Interface codes.thischwa.cf.model.ResponseEntity" class="title">Uses of Interface<br>codes.thischwa.cf.model.ResponseEntity</h1>
|
|
</div>
|
|
<div class="caption"><span>Packages that use <a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a></span></div>
|
|
<div class="summary-table two-column-summary">
|
|
<div class="table-header col-first">Package</div>
|
|
<div class="table-header col-last">Description</div>
|
|
<div class="col-first even-row-color"><a href="#codes.thischwa.cf.model">codes.thischwa.cf.model</a></div>
|
|
<div class="col-last even-row-color">
|
|
<div class="block">The model of CloudflareDNS-java.</div>
|
|
</div>
|
|
</div>
|
|
<section class="class-uses">
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail" id="codes.thischwa.cf.model">
|
|
<h2>Uses of <a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a> in <a href="../package-summary.html">codes.thischwa.cf.model</a></h2>
|
|
<div class="caption"><span>Classes in <a href="../package-summary.html">codes.thischwa.cf.model</a> with type parameters of type <a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a></span></div>
|
|
<div class="summary-table three-column-summary">
|
|
<div class="table-header col-first">Modifier and Type</div>
|
|
<div class="table-header col-second">Class</div>
|
|
<div class="table-header col-last">Description</div>
|
|
<div class="col-first even-row-color"><code>class </code></div>
|
|
<div class="col-second even-row-color"><code><a href="../AbstractMultipleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a><T extends <a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a>></code></div>
|
|
<div class="col-last even-row-color">
|
|
<div class="block">Abstract base class for response models that contain multiple result entries.</div>
|
|
</div>
|
|
<div class="col-first odd-row-color"><code>class </code></div>
|
|
<div class="col-second odd-row-color"><code><a href="../AbstractSingleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a><T extends <a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a>></code></div>
|
|
<div class="col-last odd-row-color">
|
|
<div class="block">Represents a base abstract response model for handling single response entities within an API
|
|
response.</div>
|
|
</div>
|
|
</div>
|
|
<div class="caption"><span>Classes in <a href="../package-summary.html">codes.thischwa.cf.model</a> that implement <a href="../ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a></span></div>
|
|
<div class="summary-table three-column-summary">
|
|
<div class="table-header col-first">Modifier and Type</div>
|
|
<div class="table-header col-second">Class</div>
|
|
<div class="table-header col-last">Description</div>
|
|
<div class="col-first even-row-color"><code>class </code></div>
|
|
<div class="col-second even-row-color"><code><a href="../AbstractEntity.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractEntity</a></code></div>
|
|
<div class="col-last even-row-color">
|
|
<div class="block">Represents a base abstract entity class for modeling domain objects with a unique identifier.</div>
|
|
</div>
|
|
<div class="col-first odd-row-color"><code>class </code></div>
|
|
<div class="col-second odd-row-color"><code><a href="../RecordEntity.html" class="type-name-link" title="class in codes.thischwa.cf.model">RecordEntity</a></code></div>
|
|
<div class="col-last odd-row-color">
|
|
<div class="block">Represents a DNS record entity within a specific zone.</div>
|
|
</div>
|
|
<div class="col-first even-row-color"><code>class </code></div>
|
|
<div class="col-second even-row-color"><code><a href="../ZoneEntity.html" class="type-name-link" title="class in codes.thischwa.cf.model">ZoneEntity</a></code></div>
|
|
<div class="col-last even-row-color">
|
|
<div class="block">Represents a DNS zone entity in the Cloudflare DNS system.</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
<footer role="contentinfo">
|
|
<hr>
|
|
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|