Files
CloudflareDNS-java/docs/apidocs/index-all.html
T
2026-06-28 18:20:39 +02:00

901 lines
93 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Sun Jun 28 18:11:52 CEST 2026 -->
<title>Index (CloudflareDNS-java 0.5.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="2026-06-28">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<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.7.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="index-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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="nav-bar-cell1-rev">Index</li>
<li><a href="help-doc.html#index">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>Index</h1>
</div>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized&nbsp;Form</a>
<h2 class="title" id="I:A">A</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/RecordType.html#A" class="member-name-link">A</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS A getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#AAAA" class="member-name-link">AAAA</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS AAAA getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractEntity</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a base abstract entity class for modeling domain objects with a unique identifier.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#%3Cinit%3E()" class="member-name-link">AbstractEntity()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a>&lt;<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="type parameter in AbstractMultipleResponse">T</a> extends <a href="codes/thischwa/cf/model/ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a>&gt; - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Abstract base class for response models that contain multiple result entries.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractResponse</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Abstract base class for API response models.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#%3Cinit%3E()" class="member-name-link">AbstractResponse()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a>&lt;<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="type parameter in AbstractSingleResponse">T</a> extends <a href="codes/thischwa/cf/model/ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a>&gt; - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a base abstract response model for handling single response entities within an API
response.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#%3Cinit%3E()" class="member-name-link">AbstractSingleResponse()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#addQueryString(java.lang.String)" class="member-name-link">addQueryString(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>
<div class="block">Appends a query string with pagination parameters (page and perPage) to the provided endpoint.</div>
</dd>
</dl>
<h2 class="title" id="I:B">B</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/BatchEntry.html" class="type-name-link" title="class in codes.thischwa.cf.model">BatchEntry</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a batch entry containing different types of operations on getRecord entities.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#%3Cinit%3E()" class="member-name-link">BatchEntry()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">BatchResponse</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a response that contains a single <a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model"><code>BatchEntry</code></a> as the result.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#build()" class="member-name-link">build()</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>
<div class="block">Builds and returns a configured instance of <code>CfDnsClient</code>.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#build(java.lang.String,codes.thischwa.cf.model.RecordType,java.lang.Integer,java.lang.String)" class="member-name-link">build(String, RecordType, Integer, String)</a> - Static method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>
<div class="block">Builds and returns a <a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model"><code>RecordEntity</code></a> instance with the specified attributes.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#build(java.lang.String,java.lang.String)" class="member-name-link">build(String, String)</a> - Static method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>
<div class="block">Builds and returns a <a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model"><code>RecordEntity</code></a> instance with the specified ID and content.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#build(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String)" class="member-name-link">build(String, String, String, Integer, String)</a> - Static method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>
<div class="block">Builds and returns a <a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model"><code>RecordEntity</code></a> instance with the specified attributes.</div>
</dd>
</dl>
<h2 class="title" id="I:C">C</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/RecordType.html#CAA" class="member-name-link">CAA</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS CAA (Certificate Authority Authorization) getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#canEqual(java.lang.Object)" class="member-name-link">canEqual(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#CERT" class="member-name-link">CERT</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS CERT getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html" class="type-name-link" title="class in codes.thischwa.cf">CfDnsClient</a> - Class in <a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a></dt>
<dd>
<div class="block">CfDnsClient is a client interface to interact with Cloudflare DNS service.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html" class="type-name-link" title="class in codes.thischwa.cf">CfDnsClientBuilder</a> - Class in <a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a></dt>
<dd>
<div class="block">Builder class for configuring and creating instances of <a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf"><code>CfDnsClient</code></a>.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#%3Cinit%3E()" class="member-name-link">CfDnsClientBuilder()</a> - Constructor for class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html" class="type-name-link" title="enum class in codes.thischwa.cf">CfRequest</a> - Enum Class in <a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a></dt>
<dd>
<div class="block">Enum CfRequest encapsulates various API endpoint paths for managing DNS zones and records in a
cohesive and reusable manner.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareApiException.html" class="type-name-link" title="class in codes.thischwa.cf">CloudflareApiException</a> - Exception in <a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a></dt>
<dd>
<div class="block">Represents a custom exception for errors encountered while interacting with the Cloudflare API.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareApiException.html#%3Cinit%3E(java.lang.String)" class="member-name-link">CloudflareApiException(String)</a> - Constructor for exception codes.thischwa.cf.<a href="codes/thischwa/cf/CloudflareApiException.html" title="class in codes.thischwa.cf">CloudflareApiException</a></dt>
<dd>
<div class="block">Constructs a new CloudflareApiException with the specified detail message.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareApiException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)" class="member-name-link">CloudflareApiException(String, Throwable)</a> - Constructor for exception codes.thischwa.cf.<a href="codes/thischwa/cf/CloudflareApiException.html" title="class in codes.thischwa.cf">CloudflareApiException</a></dt>
<dd>
<div class="block">Constructs a new CloudflareApiException with the specified detail message and cause.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareNotFoundException.html" class="type-name-link" title="class in codes.thischwa.cf">CloudflareNotFoundException</a> - Exception in <a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a></dt>
<dd>
<div class="block">This exception is thrown to indicate that a requested resource was not found during interaction
with the Cloudflare API.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareNotFoundException.html#%3Cinit%3E(java.lang.String)" class="member-name-link">CloudflareNotFoundException(String)</a> - Constructor for exception codes.thischwa.cf.<a href="codes/thischwa/cf/CloudflareNotFoundException.html" title="class in codes.thischwa.cf">CloudflareNotFoundException</a></dt>
<dd>
<div class="block">Constructs a new CloudflareNotFoundException with the specified detail message.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#CNAME" class="member-name-link">CNAME</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS CNAME (Canonical Name) getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a> - package codes.thischwa.cf</dt>
<dd>
<div class="block">The base package of CloudflareDNS-java.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/package-summary.html">codes.thischwa.cf.fluent</a> - package codes.thischwa.cf.fluent</dt>
<dd>
<div class="block">Fluent API interfaces and implementations for chainable DNS operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a> - package codes.thischwa.cf.model</dt>
<dd>
<div class="block">The model of CloudflareDNS-java.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#count()" class="member-name-link">count()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./codes/thischwa/cf/model/ResultInfo.html#param-count"><code>count</code></a> record component.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperations.html#create(codes.thischwa.cf.model.RecordType,java.lang.String,int)" class="member-name-link">create(RecordType, String, int)</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperations.html" title="interface in codes.thischwa.cf.fluent">RecordOperations</a></dt>
<dd>
<div class="block">Creates a new DNS getRecord with the specified parameters.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html#create(codes.thischwa.cf.model.RecordType,java.lang.String,int)" class="member-name-link">create(RecordType, String, int)</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html" title="class in codes.thischwa.cf.fluent">RecordOperationsImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:D">D</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#DEFAULT_BASEURL" class="member-name-link">DEFAULT_BASEURL</a> - Static variable in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>
<div class="block">The default base URL for the Cloudflare v4 API requests made by the <code>CfDnsClient</code>.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#defaultPaging()" class="member-name-link">defaultPaging()</a> - Static method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>
<div class="block">Creates a default <code>PagingRequest</code> instance with a page number set to 1 and a high number
of items per page to accommodate large dataset requests and effectively retrieve all records.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperations.html#delete(codes.thischwa.cf.model.RecordType...)" class="member-name-link">delete(RecordType...)</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperations.html" title="interface in codes.thischwa.cf.fluent">RecordOperations</a></dt>
<dd>
<div class="block">Deletes DNS records of the specified types.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html#delete(codes.thischwa.cf.model.RecordType...)" class="member-name-link">delete(RecordType...)</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html" title="class in codes.thischwa.cf.fluent">RecordOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#DNSKEY" class="member-name-link">DNSKEY</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNSKEY getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#DS" class="member-name-link">DS</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS DS (Delegation Signer) getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:E">E</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Indicates whether some other object is "equal to" this one.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#%3Cinit%3E()" class="member-name-link">Error()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>
<div class="block">Constructs a new instance of the <code>Error</code> class with default values for its properties.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#%3Cinit%3E(int,java.lang.String)" class="member-name-link">Error(int, String)</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>
<div class="block">Constructs an instance of the <code>Error</code> class with a specified error code and message.</div>
</dd>
</dl>
<h2 class="title" id="I:G">G</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/fluent/RecordOperations.html#get()" class="member-name-link">get()</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperations.html" title="interface in codes.thischwa.cf.fluent">RecordOperations</a></dt>
<dd>
<div class="block">Retrieves DNS records for the selected subdomain.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html#get()" class="member-name-link">get()</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html" title="class in codes.thischwa.cf.fluent">RecordOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getActivatedOn()" class="member-name-link">getActivatedOn()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#getCode()" class="member-name-link">getCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getContent()" class="member-name-link">getContent()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getCreatedOn()" class="member-name-link">getCreatedOn()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getCreatedOn()" class="member-name-link">getCreatedOn()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#getDeletes()" class="member-name-link">getDeletes()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getDevelopmentMode()" class="member-name-link">getDevelopmentMode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#getErrors()" class="member-name-link">getErrors()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#getId()" class="member-name-link">getId()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#getId()" class="member-name-link">getId()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseEntity.html#getId()" class="member-name-link">getId()</a> - Method in interface codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseEntity.html" title="interface in codes.thischwa.cf.model">ResponseEntity</a></dt>
<dd>
<div class="block">Retrieves the unique identifier of the entity.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getLocked()" class="member-name-link">getLocked()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#getMessage()" class="member-name-link">getMessage()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#getMessages()" class="member-name-link">getMessages()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getModifiedOn()" class="member-name-link">getModifiedOn()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getModifiedOn()" class="member-name-link">getModifiedOn()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getName()" class="member-name-link">getName()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getName()" class="member-name-link">getName()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getNameServers()" class="member-name-link">getNameServers()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getOriginalNameServers()" class="member-name-link">getOriginalNameServers()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#getPage()" class="member-name-link">getPage()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#getPagingParams()" class="member-name-link">getPagingParams()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>
<div class="block">Retrieves the pagination parameters in a key-value map format.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#getPatches()" class="member-name-link">getPatches()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#getPath()" class="member-name-link">getPath()</a> - Method in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getPaused()" class="member-name-link">getPaused()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#getPerPage()" class="member-name-link">getPerPage()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#getPosts()" class="member-name-link">getPosts()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getProxiable()" class="member-name-link">getProxiable()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getProxied()" class="member-name-link">getProxied()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#getPuts()" class="member-name-link">getPuts()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperations.html#getRecord(java.lang.String)" class="member-name-link">getRecord(String)</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperations.html" title="interface in codes.thischwa.cf.fluent">ZoneOperations</a></dt>
<dd>
<div class="block">Selects a record (subdomain) within the zone for further operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html#getRecord(java.lang.String)" class="member-name-link">getRecord(String)</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html" title="class in codes.thischwa.cf.fluent">ZoneOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperations.html#getRecord(java.lang.String,codes.thischwa.cf.model.RecordType...)" class="member-name-link">getRecord(String, RecordType...)</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperations.html" title="interface in codes.thischwa.cf.fluent">ZoneOperations</a></dt>
<dd>
<div class="block">Selects a record with specific types within the zone for further operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html#getRecord(java.lang.String,codes.thischwa.cf.model.RecordType...)" class="member-name-link">getRecord(String, RecordType...)</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html" title="class in codes.thischwa.cf.fluent">ZoneOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#getResponseResultInfo()" class="member-name-link">getResponseResultInfo()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#getResult()" class="member-name-link">getResult()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#getResult()" class="member-name-link">getResult()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#getResultInfo()" class="member-name-link">getResultInfo()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getSld()" class="member-name-link">getSld()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>
<div class="block">Retrieves the short name (subdomain) of the DNS getRecord.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getStatus()" class="member-name-link">getStatus()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getTtl()" class="member-name-link">getTtl()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getType()" class="member-name-link">getType()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#getType()" class="member-name-link">getType()</a> - Method in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#getType()" class="member-name-link">getType()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getZoneId()" class="member-name-link">getZoneId()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#getZoneName()" class="member-name-link">getZoneName()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#groupRecordsByFqdn(java.util.List)" class="member-name-link">groupRecordsByFqdn(List&lt;RecordEntity&gt;)</a> - Static method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Groups a list of DNS records by their fully qualified domain name (FQDN).</div>
</dd>
</dl>
<h2 class="title" id="I:H">H</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#hashCode()" class="member-name-link">hashCode()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns a hash code value for this object.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#HTTPS" class="member-name-link">HTTPS</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS HTTPS (HTTP Service) getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:I">I</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#isSuccess()" class="member-name-link">isSuccess()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:L">L</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/fluent/ZoneOperations.html#list(codes.thischwa.cf.model.RecordType...)" class="member-name-link">list(RecordType...)</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperations.html" title="interface in codes.thischwa.cf.fluent">ZoneOperations</a></dt>
<dd>
<div class="block">Lists all DNS records within the zone, optionally filtered by types.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html#list(codes.thischwa.cf.model.RecordType...)" class="member-name-link">list(RecordType...)</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html" title="class in codes.thischwa.cf.fluent">ZoneOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#LOC" class="member-name-link">LOC</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS LOC (Location) getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:M">M</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/RecordType.html#MX" class="member-name-link">MX</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS MX (Mail Exchange) getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:N">N</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/RecordType.html#NAPTR" class="member-name-link">NAPTR</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the NAPTR getRecord type for DNS configurations.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#NS" class="member-name-link">NS</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the namespace or identifier `"NS"` within the domain model.</div>
</dd>
</dl>
<h2 class="title" id="I:O">O</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#of(int,int)" class="member-name-link">of(int, int)</a> - Static method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>
<div class="block">Creates a new <code>PagingRequest</code> instance with the specified page number and items per page.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#OPENPGPKEY" class="member-name-link">OPENPGPKEY</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the "OPENPGPKEY" DNS getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:P">P</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#page()" class="member-name-link">page()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./codes/thischwa/cf/model/ResultInfo.html#param-page"><code>page</code></a> record component.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html" class="type-name-link" title="class in codes.thischwa.cf.model">PagingRequest</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a request model for paginated data.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#perPage()" class="member-name-link">perPage()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./codes/thischwa/cf/model/ResultInfo.html#param-perPage"><code>perPage</code></a> record component.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#PTR" class="member-name-link">PTR</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents a DNS getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:R">R</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/CfRequest.html#RECORD_BATCH" class="member-name-link">RECORD_BATCH</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for performing batch operations on DNS records within a specific zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#RECORD_CREATE" class="member-name-link">RECORD_CREATE</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for creating a new DNS getRecord within a specific DNS zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#RECORD_DELETE" class="member-name-link">RECORD_DELETE</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for deleting an existing DNS getRecord within a specific DNS
zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#RECORD_LIST" class="member-name-link">RECORD_LIST</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for retrieving information about DNS records within a
specific DNS zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#RECORD_LIST_NAME" class="member-name-link">RECORD_LIST_NAME</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for retrieving information about a DNS getRecord within a
specific DNS zone by its name.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#RECORD_UPDATE" class="member-name-link">RECORD_UPDATE</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for updating an existing DNS getRecord within a specific DNS
zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordBatch(codes.thischwa.cf.model.ZoneEntity,java.util.List,java.util.List,java.util.List,java.util.List)" class="member-name-link">recordBatch(ZoneEntity, List&lt;RecordEntity&gt;, List&lt;RecordEntity&gt;, List&lt;RecordEntity&gt;, List&lt;RecordEntity&gt;)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Processes a batch of DNS getRecord operations (POST, PUT, PATCH, DELETE) for a specified zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordCreate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)" class="member-name-link">recordCreate(ZoneEntity, RecordEntity)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Creates a new DNS getRecord in the specified zone using the Cloudflare API.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordCreate(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)" class="member-name-link">recordCreate(ZoneEntity, String, int, RecordType, String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Creates a DNS getRecord in the specified DNS zone with the provided details.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordCreateSld(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)" class="member-name-link">recordCreateSld(ZoneEntity, String, int, RecordType, String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Creates a new DNS getRecord for a given second-level domain (SLD) within the specified zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordDelete(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)" class="member-name-link">recordDelete(ZoneEntity, RecordEntity)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Deletes a DNS getRecord of the specified type within a given zone on the Cloudflare API.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordDelete(codes.thischwa.cf.model.ZoneEntity,java.lang.String)" class="member-name-link">recordDelete(ZoneEntity, String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Deletes a DNS getRecord of the specified type within a given zone on the Cloudflare API.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordDeleteTypeIfExists(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType...)" class="member-name-link">recordDeleteTypeIfExists(ZoneEntity, String, RecordType...)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Deletes DNS records of a specific type within a given zone if they exist.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html" class="type-name-link" title="class in codes.thischwa.cf.model">RecordEntity</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a DNS getRecord entity within a specific zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#%3Cinit%3E()" class="member-name-link">RecordEntity()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>
<div class="block">Initializes a new instance of the RecordEntity class and invokes the parent constructor from
the AbstractEntity class.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordList(codes.thischwa.cf.model.ZoneEntity)" class="member-name-link">recordList(ZoneEntity)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves a list of DNS records for a specified zone, with optional paging support.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordList(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.PagingRequest)" class="member-name-link">recordList(ZoneEntity, PagingRequest)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves a list of DNS records for a specified zone, with optional paging support.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordList(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordType...)" class="member-name-link">recordList(ZoneEntity, RecordType...)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves a list of all DNS records for a given zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordList(codes.thischwa.cf.model.ZoneEntity,java.lang.String)" class="member-name-link">recordList(ZoneEntity, String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves DNS records for the specified second-level domain (SLD) within a zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordList(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType...)" class="member-name-link">recordList(ZoneEntity, String, RecordType...)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves DNS records for the specified second-level domain (SLD) within a zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordMultipleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">RecordMultipleResponse</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents the API response of the Cloudflare API containing multiple <a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model"><code>RecordEntity</code></a>
instances.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordMultipleResponse.html#%3Cinit%3E()" class="member-name-link">RecordMultipleResponse()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordMultipleResponse.html" title="class in codes.thischwa.cf.model">RecordMultipleResponse</a></dt>
<dd>
<div class="block">Constructs an instance of RecordMultipleResponse.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperations.html" class="type-name-link" title="interface in codes.thischwa.cf.fluent">RecordOperations</a> - Interface in <a href="codes/thischwa/cf/fluent/package-summary.html">codes.thischwa.cf.fluent</a></dt>
<dd>
<div class="block">Fluent interface for getRecord-level operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html" class="type-name-link" title="class in codes.thischwa.cf.fluent">RecordOperationsImpl</a> - Class in <a href="codes/thischwa/cf/fluent/package-summary.html">codes.thischwa.cf.fluent</a></dt>
<dd>
<div class="block">Implementation of RecordOperations for fluent API access to getRecord-level operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html#%3Cinit%3E(codes.thischwa.cf.CfDnsClient,codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType%5B%5D)" class="member-name-link">RecordOperationsImpl(CfDnsClient, ZoneEntity, String, RecordType[])</a> - Constructor for class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html" title="class in codes.thischwa.cf.fluent">RecordOperationsImpl</a></dt>
<dd>
<div class="block">Constructs a RecordOperationsImpl instance.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordSingleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">RecordSingleResponse</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents the API response of the Cloudflare API containing a single <a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model"><code>RecordEntity</code></a>
instance.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordSingleResponse.html#%3Cinit%3E()" class="member-name-link">RecordSingleResponse()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordSingleResponse.html" title="class in codes.thischwa.cf.model">RecordSingleResponse</a></dt>
<dd>
<div class="block">Constructs a new instance of the RecordSingleResponse class.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html" class="type-name-link" title="enum class in codes.thischwa.cf.model">RecordType</a> - Enum Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Enum representing various DNS getRecord types.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#recordUpdate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)" class="member-name-link">recordUpdate(ZoneEntity, RecordEntity)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Updates an existing DNS getRecord in a specified Cloudflare zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResponseEntity.html" class="type-name-link" title="interface in codes.thischwa.cf.model">ResponseEntity</a> - Interface in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a contract for entities that have a unique identifier.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html" class="type-name-link" title="class in codes.thischwa.cf.model">ResponseResultInfo</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents the result of a response with metadata about its success and associated messages or
errors.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#%3Cinit%3E()" class="member-name-link">ResponseResultInfo()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" class="type-name-link" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents an error with a specific code and message.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html" class="type-name-link" title="class in codes.thischwa.cf.model">ResultInfo</a> - Record Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents metadata for paginated results.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#%3Cinit%3E(int)" class="member-name-link">ResultInfo(int)</a> - Constructor for record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Constructs a ResultInfo instance with the specified total count and default values for other
fields.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#%3Cinit%3E(int,int,int,int,int)" class="member-name-link">ResultInfo(int, int, int, int, int)</a> - Constructor for record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Creates an instance of a <code>ResultInfo</code> record class.</div>
</dd>
</dl>
<h2 class="title" id="I:S">S</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setActivatedOn(java.time.LocalDateTime)" class="member-name-link">setActivatedOn(LocalDateTime)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#setCode(int)" class="member-name-link">setCode(int)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setContent(java.lang.String)" class="member-name-link">setContent(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setCreatedOn(java.time.LocalDateTime)" class="member-name-link">setCreatedOn(LocalDateTime)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setCreatedOn(java.time.LocalDateTime)" class="member-name-link">setCreatedOn(LocalDateTime)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#setDeletes(java.util.List)" class="member-name-link">setDeletes(List&lt;RecordEntity&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setDevelopmentMode(java.lang.Integer)" class="member-name-link">setDevelopmentMode(Integer)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#setErrors(java.util.List)" class="member-name-link">setErrors(List&lt;ResponseResultInfo.Error&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#setId(java.lang.String)" class="member-name-link">setId(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setLocked(java.lang.Boolean)" class="member-name-link">setLocked(Boolean)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#setMessage(java.lang.String)" class="member-name-link">setMessage(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#setMessages(java.util.List)" class="member-name-link">setMessages(List&lt;String&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setModifiedOn(java.time.LocalDateTime)" class="member-name-link">setModifiedOn(LocalDateTime)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setModifiedOn(java.time.LocalDateTime)" class="member-name-link">setModifiedOn(LocalDateTime)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setName(java.lang.String)" class="member-name-link">setName(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setName(java.lang.String)" class="member-name-link">setName(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setNameServers(java.util.Set)" class="member-name-link">setNameServers(Set&lt;String&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setOriginalNameServers(java.util.Set)" class="member-name-link">setOriginalNameServers(Set&lt;String&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#setPage(int)" class="member-name-link">setPage(int)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#setPatches(java.util.List)" class="member-name-link">setPatches(List&lt;RecordEntity&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setPaused(java.lang.Boolean)" class="member-name-link">setPaused(Boolean)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#setPerPage(int)" class="member-name-link">setPerPage(int)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#setPosts(java.util.List)" class="member-name-link">setPosts(List&lt;RecordEntity&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setProxiable(java.lang.Boolean)" class="member-name-link">setProxiable(Boolean)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setProxied(java.lang.Boolean)" class="member-name-link">setProxied(Boolean)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#setPuts(java.util.List)" class="member-name-link">setPuts(List&lt;RecordEntity&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#setResponseResultInfo(codes.thischwa.cf.model.ResponseResultInfo)" class="member-name-link">setResponseResultInfo(ResponseResultInfo)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#setResult(java.util.List)" class="member-name-link">setResult(List&lt;T&gt;)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#setResult(T)" class="member-name-link">setResult(T)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#setResultInfo(codes.thischwa.cf.model.ResultInfo)" class="member-name-link">setResultInfo(ResultInfo)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setStatus(java.lang.String)" class="member-name-link">setStatus(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#setSuccess(boolean)" class="member-name-link">setSuccess(boolean)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setTtl(java.lang.Integer)" class="member-name-link">setTtl(Integer)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setType(java.lang.String)" class="member-name-link">setType(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#setType(java.lang.String)" class="member-name-link">setType(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setZoneId(java.lang.String)" class="member-name-link">setZoneId(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#setZoneName(java.lang.String)" class="member-name-link">setZoneName(String)</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#SMIMEA" class="member-name-link">SMIMEA</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the SMIMEA DNS getRecord type.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#SRV" class="member-name-link">SRV</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents a service getRecord (SRV) type in the DNS configuration model.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#SSHFP" class="member-name-link">SSHFP</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS getRecord type "SSHFP" (SSH Fingerprint), used in DNS to store cryptographic
fingerprints associated with SSH host keys.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#SVCB" class="member-name-link">SVCB</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the Service Binding (SVCB) DNS getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:T">T</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/model/RecordType.html#TLSA" class="member-name-link">TLSA</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents a constant for the DNS-based Authentication of Named Entities (DANE) TLSA getRecord
type.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/AbstractEntity.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractEntity.html" title="class in codes.thischwa.cf.model">AbstractEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractMultipleResponse.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractMultipleResponse.html" title="class in codes.thischwa.cf.model">AbstractMultipleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractResponse.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractResponse.html" title="class in codes.thischwa.cf.model">AbstractResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/AbstractSingleResponse.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/AbstractSingleResponse.html" title="class in codes.thischwa.cf.model">AbstractSingleResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/BatchEntry.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/BatchEntry.html" title="class in codes.thischwa.cf.model">BatchEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/PagingRequest.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/PagingRequest.html" title="class in codes.thischwa.cf.model">PagingRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordEntity.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordEntity.html" title="class in codes.thischwa.cf.model">RecordEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#toString()" class="member-name-link">toString()</a> - Method in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.Error.html" title="class in codes.thischwa.cf.model">ResponseResultInfo.Error</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResponseResultInfo.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResponseResultInfo.html" title="class in codes.thischwa.cf.model">ResponseResultInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#toString()" class="member-name-link">toString()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns a string representation of this record class.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#toString()" class="member-name-link">toString()</a> - Method in class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#totalCount()" class="member-name-link">totalCount()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./codes/thischwa/cf/model/ResultInfo.html#param-totalCount"><code>totalCount</code></a> record component.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ResultInfo.html#totalPages()" class="member-name-link">totalPages()</a> - Method in record class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ResultInfo.html" title="class in codes.thischwa.cf.model">ResultInfo</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./codes/thischwa/cf/model/ResultInfo.html#param-totalPages"><code>totalPages</code></a> record component.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#TXT" class="member-name-link">TXT</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the TXT DNS getRecord type.</div>
</dd>
</dl>
<h2 class="title" id="I:U">U</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/fluent/RecordOperations.html#update(java.lang.String)" class="member-name-link">update(String)</a> - Method in interface codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperations.html" title="interface in codes.thischwa.cf.fluent">RecordOperations</a></dt>
<dd>
<div class="block">Updates an existing DNS getRecord with new content.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html#update(java.lang.String)" class="member-name-link">update(String)</a> - Method in class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/RecordOperationsImpl.html" title="class in codes.thischwa.cf.fluent">RecordOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#URI" class="member-name-link">URI</a> - Enum constant in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents a Uniform Resource Identifier (URI).</div>
</dd>
</dl>
<h2 class="title" id="I:V">V</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/CfRequest.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Returns the enum constant of this class with the specified name.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Returns the enum constant of this class with the specified name.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#values()" class="member-name-link">values()</a> - Static method in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#values()" class="member-name-link">values()</a> - Static method in enum class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="enum class in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</dd>
</dl>
<h2 class="title" id="I:W">W</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#withApiTokenAuth(java.lang.String)" class="member-name-link">withApiTokenAuth(String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>
<div class="block">Configures the authentication method for the <code>CfDnsClient</code> to use an API token.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#withBaseUrl(java.lang.String)" class="member-name-link">withBaseUrl(String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>
<div class="block">Sets the base URL to be used by the <code>CfDnsClient</code>.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#withEmailKeyAuth(java.lang.String,java.lang.String)" class="member-name-link">withEmailKeyAuth(String, String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>
<div class="block">Configures the authentication method for the <code>CfDnsClient</code> to use an email and API key.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClientBuilder.html#withEmptyResultThrowsException(boolean)" class="member-name-link">withEmptyResultThrowsException(boolean)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClientBuilder.html" title="class in codes.thischwa.cf">CfDnsClientBuilder</a></dt>
<dd>
<div class="block">Configures whether an exception should be thrown when an empty result is encountered
during operations performed by the `CfDnsClient`.</div>
</dd>
</dl>
<h2 class="title" id="I:Z">Z</h2>
<dl class="index">
<dt><a href="codes/thischwa/cf/CfDnsClient.html#zone(java.lang.String)" class="member-name-link">zone(String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Provides fluent API access to operations in a specific zone.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#ZONE_INFO" class="member-name-link">ZONE_INFO</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for retrieving information about a specific DNS zone by its
name.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfRequest.html#ZONE_LIST" class="member-name-link">ZONE_LIST</a> - Enum constant in enum class codes.thischwa.cf.<a href="codes/thischwa/cf/CfRequest.html" title="enum class in codes.thischwa.cf">CfRequest</a></dt>
<dd>
<div class="block">Represents the API endpoint path for retrieving the list of DNS zones.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html" class="type-name-link" title="class in codes.thischwa.cf.model">ZoneEntity</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a DNS zone entity in the Cloudflare DNS system.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneEntity.html#%3Cinit%3E()" class="member-name-link">ZoneEntity()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model">ZoneEntity</a></dt>
<dd>
<div class="block">Default no-argument constructor for the ZoneEntity class.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#zoneGet(java.lang.String)" class="member-name-link">zoneGet(String)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves detailed information about a specific zone by its name.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#zoneList()" class="member-name-link">zoneList()</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves a list of all zones from the Cloudflare API.</div>
</dd>
<dt><a href="codes/thischwa/cf/CfDnsClient.html#zoneList(codes.thischwa.cf.model.PagingRequest)" class="member-name-link">zoneList(PagingRequest)</a> - Method in class codes.thischwa.cf.<a href="codes/thischwa/cf/CfDnsClient.html" title="class in codes.thischwa.cf">CfDnsClient</a></dt>
<dd>
<div class="block">Retrieves a list of all DNS zones using the provided paging request parameters.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneMultipleResponse.html" class="type-name-link" title="class in codes.thischwa.cf.model">ZoneMultipleResponse</a> - Class in <a href="codes/thischwa/cf/model/package-summary.html">codes.thischwa.cf.model</a></dt>
<dd>
<div class="block">Represents a response model that contains multiple <a href="codes/thischwa/cf/model/ZoneEntity.html" title="class in codes.thischwa.cf.model"><code>ZoneEntity</code></a> instances.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/ZoneMultipleResponse.html#%3Cinit%3E()" class="member-name-link">ZoneMultipleResponse()</a> - Constructor for class codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/ZoneMultipleResponse.html" title="class in codes.thischwa.cf.model">ZoneMultipleResponse</a></dt>
<dd>
<div class="block">Constructs a new ZoneMultipleResponse object.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperations.html" class="type-name-link" title="interface in codes.thischwa.cf.fluent">ZoneOperations</a> - Interface in <a href="codes/thischwa/cf/fluent/package-summary.html">codes.thischwa.cf.fluent</a></dt>
<dd>
<div class="block">Fluent interface for zone-level operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html" class="type-name-link" title="class in codes.thischwa.cf.fluent">ZoneOperationsImpl</a> - Class in <a href="codes/thischwa/cf/fluent/package-summary.html">codes.thischwa.cf.fluent</a></dt>
<dd>
<div class="block">Implementation of ZoneOperations for fluent API access to zone-level operations.</div>
</dd>
<dt><a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html#%3Cinit%3E(codes.thischwa.cf.CfDnsClient,codes.thischwa.cf.model.ZoneEntity)" class="member-name-link">ZoneOperationsImpl(CfDnsClient, ZoneEntity)</a> - Constructor for class codes.thischwa.cf.fluent.<a href="codes/thischwa/cf/fluent/ZoneOperationsImpl.html" title="class in codes.thischwa.cf.fluent">ZoneOperationsImpl</a></dt>
<dd>
<div class="block">Constructs a ZoneOperationsImpl instance.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized&nbsp;Form</a></main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2025&#x2013;2026. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>