Package codes.thischwa.cf.model
package codes.thischwa.cf.model
The model of CloudflareDNS-java.
-
ClassDescriptionRepresents a base abstract entity class for modeling domain objects with a unique identifier.AbstractMultipleResponse<T extends ResponseEntity>Abstract base class for response models that contain multiple result entries.Abstract base class for API response models.AbstractSingleResponse<T extends ResponseEntity>Represents a base abstract response model for handling single response entities within an API response.Represents a request model for paginated data.Represents a DNS record entity within a specific zone.Represents the API response of the Cloudflare API containing multiple
RecordEntity
instances.Represents the API response of the Cloudflare API containing a single DNS record entity.Enum representing various DNS record types.Represents a contract for entities that have a unique identifier.Represents the result of a response with metadata about its success and associated messages or errors.Represents metadata for paginated results.Represents a DNS zone entity in the Cloudflare DNS system.Represents a response model that contains multipleZoneEntity
instances.