Index
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form
A
- A - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS A record type.
- AAAA - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS AAAA record type.
- AbstractEntity - Klasse in codes.thischwa.cf.model
-
Represents a base abstract entity class for modeling domain objects with a unique identifier.
- AbstractEntity() - Konstruktor für Klasse codes.thischwa.cf.model.AbstractEntity
- AbstractMultipleResponse<T> - Klasse in codes.thischwa.cf.model
-
Abstract base class for response models that contain multiple result entries.
- AbstractResponse - Klasse in codes.thischwa.cf.model
-
Abstract base class for API response models.
- AbstractResponse() - Konstruktor für Klasse codes.thischwa.cf.model.AbstractResponse
- AbstractSingleResponse<T> - Klasse in codes.thischwa.cf.model
-
Represents a base abstract response model for handling single response entities within an API response.
- AbstractSingleResponse() - Konstruktor für Klasse codes.thischwa.cf.model.AbstractSingleResponse
- addQueryString(String) - Methode in Klasse codes.thischwa.cf.model.PagingRequest
-
Appends a query string with pagination parameters (page and perPage) to the provided endpoint.
B
- build(String, RecordType, Integer, String) - Statische Methode in Klasse codes.thischwa.cf.model.RecordEntity
-
Builds and returns a
RecordEntityinstance with the specified attributes.
C
- CAA - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS CAA (Certificate Authority Authorization) record type.
- CERT - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS CERT record type.
- CfDnsClient - Klasse in codes.thischwa.cf
-
CfDnsClient is a client interface to interact with Cloudflare DNS service.
- CfDnsClient(boolean, String, String, String) - Konstruktor für Klasse codes.thischwa.cf.CfDnsClient
-
Constructs a new instance of
CfDnsClient, which facilitates interactions with the Cloudflare DNS API. - CfDnsClient(String, String) - Konstruktor für Klasse codes.thischwa.cf.CfDnsClient
-
Constructs a CfDnsClient instance for interacting with the Cloudflare DNS API.
- CfDnsClient(String, String, String) - Konstruktor für Klasse codes.thischwa.cf.CfDnsClient
-
Constructs a CfDnsClient instance for interacting with the Cloudflare DNS API.
- CfRequest - Enum-Klasse in codes.thischwa.cf
-
Enum CfRequest encapsulates various API endpoint paths for managing DNS zones and records in a cohesive and reusable manner.
- CloudflareApiException - Ausnahmeklasse in codes.thischwa.cf
-
Represents a custom exception for errors encountered while interacting with the Cloudflare API.
- CloudflareApiException(String) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareApiException
-
Constructs a new CloudflareApiException with the specified detail message.
- CloudflareApiException(String, Throwable) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareApiException
-
Constructs a new CloudflareApiException with the specified detail message and cause.
- CloudflareApiException(Throwable) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareApiException
-
Constructs a new CloudflareApiException with the specified cause.
- CloudflareNotFoundException - Ausnahmeklasse in codes.thischwa.cf
-
This exception is thrown to indicate that a requested resource was not found during interaction with the Cloudflare API.
- CloudflareNotFoundException(String) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareNotFoundException
-
Constructs a new CloudflareNotFoundException with the specified detail message.
- CloudflareNotFoundException(String, Throwable) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareNotFoundException
-
Constructs a new CloudflareNotFoundException with the specified detail message and cause.
- CloudflareNotFoundException(Throwable) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareNotFoundException
-
Constructs a new CloudflareNotFoundException with the specified cause.
- CNAME - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS CNAME (Canonical Name) record type.
- codes.thischwa.cf - Package codes.thischwa.cf
-
The base package of CloudflareDNS-java.
- codes.thischwa.cf.model - Package codes.thischwa.cf.model
-
The model of CloudflareDNS-java.
D
- defaultPaging() - Statische Methode in Klasse codes.thischwa.cf.model.PagingRequest
-
Creates a default
PagingRequestinstance with a page number set to 1 and a high number of items per page (5,000,000) to accommodate large dataset requests. - DNSKEY - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNSKEY record type.
- DS - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS DS (Delegation Signer) record type.
G
- getId() - Methode in Schnittstelle codes.thischwa.cf.model.ResponseEntity
-
Retrieves the unique identifier of the entity.
- getPagingParams() - Methode in Klasse codes.thischwa.cf.model.PagingRequest
-
Retrieves the pagination parameters in a key-value map format.
H
- HTTPS - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS HTTPS (HTTP Service) record type.
L
- LOC - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS LOC (Location) record type.
M
- MX - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS MX (Mail Exchange) record type.
N
- NAPTR - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the NAPTR record type for DNS configurations.
- NS - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the namespace or identifier `"NS"` within the domain model.
O
- of(int, int) - Statische Methode in Klasse codes.thischwa.cf.model.PagingRequest
-
Creates a new
PagingRequestinstance with the specified page number and items per page. - OPENPGPKEY - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the "OPENPGPKEY" DNS record type.
P
- PagingRequest - Klasse in codes.thischwa.cf.model
-
Represents a request model for paginated data.
- PTR - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents a DNS record type.
R
- RECORD_CREATE - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for creating a new DNS record within a specific DNS zone.
- RECORD_DELETE - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for deleting an existing DNS record within a specific DNS zone.
- RECORD_INFO_NAME - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for retrieving information about a DNS record within a specific DNS zone by its name.
- RECORD_INFO_NAME_TYPE - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for retrieving information about a DNS record within a specific DNS zone by its name and type.
- RECORD_UPDATE - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for updating an existing DNS record within a specific DNS zone.
- recordCreate(ZoneEntity, RecordEntity) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Creates a new DNS record in the specified zone using the Cloudflare API.
- recordCreate(ZoneEntity, String, int, RecordType, String) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Creates a DNS record in the specified DNS zone with the provided details.
- recordDelete(ZoneEntity, RecordEntity) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Deletes a DNS record of the specified type within a given zone on the Cloudflare API.
- recordDelete(ZoneEntity, String) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Deletes a DNS record of the specified type within a given zone on the Cloudflare API.
- recordDeleteTypeIfExists(ZoneEntity, String, RecordType...) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Deletes DNS records of a specific type within a given zone if they exist.
- RecordEntity - Klasse in codes.thischwa.cf.model
-
Represents a DNS record entity within a specific zone.
- RecordEntity() - Konstruktor für Klasse codes.thischwa.cf.model.RecordEntity
-
Initializes a new instance of the RecordEntity class and invokes the parent constructor from the AbstractEntity class.
- RecordMultipleResponse - Klasse in codes.thischwa.cf.model
-
Represents the API response of the Cloudflare API containing multiple DNS record entities.
- RecordMultipleResponse() - Konstruktor für Klasse codes.thischwa.cf.model.RecordMultipleResponse
-
Constructs an instance of RecordMultipleResponse.
- RecordSingleResponse - Klasse in codes.thischwa.cf.model
-
Represents the API response of the Cloudflare API containing a single DNS record entity.
- RecordSingleResponse() - Konstruktor für Klasse codes.thischwa.cf.model.RecordSingleResponse
-
Constructs a new instance of the RecordSingleResponse class.
- RecordType - Enum-Klasse in codes.thischwa.cf.model
-
Enum representing various DNS record types.
- recordUpdate(ZoneEntity, RecordEntity) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Updates an existing DNS record in a specified Cloudflare zone.
- ResponseEntity - Schnittstelle in codes.thischwa.cf.model
-
Represents a contract for entities that have a unique identifier.
- ResponseResultInfo - Klasse in codes.thischwa.cf.model
-
Represents the result of a response with metadata about its success and associated messages or errors.
- ResponseResultInfo() - Konstruktor für Klasse codes.thischwa.cf.model.ResponseResultInfo
- ResultInfo - Klasse in codes.thischwa.cf.model
-
Represents metadata for paginated results.
- ResultInfo() - Konstruktor für Klasse codes.thischwa.cf.model.ResultInfo
S
- sldInfo(ZoneEntity, String, RecordType) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Retrieves detailed information about a specific second-level domain (SLD) record for a given zone and record type from the Cloudflare API.
- sldListAll(ZoneEntity, String) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.
- sldListAll(ZoneEntity, String, PagingRequest) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.
- SMIMEA - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the SMIMEA DNS record type.
- SRV - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents a service record (SRV) type in the DNS configuration model.
- SSHFP - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the DNS record type "SSHFP" (SSH Fingerprint), used in DNS to store cryptographic fingerprints associated with SSH host keys.
- SVCB - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the Service Binding (SVCB) DNS record type.
T
- TLSA - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents a constant for the DNS-based Authentication of Named Entities (DANE) TLSA record type.
- toString() - Methode in Enum-Klasse codes.thischwa.cf.model.RecordType
- TXT - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents the TXT DNS record type.
U
- URI - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Represents a Uniform Resource Identifier (URI).
V
- valueOf(String) - Statische Methode in Enum-Klasse codes.thischwa.cf.CfRequest
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enum-Klasse codes.thischwa.cf.CfRequest
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enum-Klasse codes.thischwa.cf.model.RecordType
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
Z
- ZONE_INFO - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for retrieving information about a specific DNS zone by its name.
- ZONE_LIST - Enum-Konstante in Enum-Klasse codes.thischwa.cf.CfRequest
-
Represents the API endpoint path for retrieving the list of DNS zones.
- ZoneEntity - Klasse in codes.thischwa.cf.model
-
Represents a DNS zone entity in the Cloudflare DNS system.
- ZoneEntity() - Konstruktor für Klasse codes.thischwa.cf.model.ZoneEntity
-
Default no-argument constructor for the ZoneEntity class.
- zoneInfo(String) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Retrieves detailed information about a specific zone by its name.
- zoneListAll() - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Retrieves a list of all zones from the Cloudflare API.
- zoneListAll(PagingRequest) - Methode in Klasse codes.thischwa.cf.CfDnsClient
-
Retrieves a list of all DNS zones using the provided paging request parameters.
- ZoneMultipleResponse - Klasse in codes.thischwa.cf.model
-
Represents a response model that contains multiple
ZoneEntityinstances. - ZoneMultipleResponse() - Konstruktor für Klasse codes.thischwa.cf.model.ZoneMultipleResponse
-
Constructs a new ZoneMultipleResponse object.
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form