Package codes.thischwa.cf.model


package codes.thischwa.cf.model
The model of CloudflareDNS-java.
  • Class
    Description
    Represents a base abstract entity class for modeling domain objects with a unique identifier.
    Abstract base class for response models that contain multiple result entries.
    Abstract base class for API response models.
    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 multiple ZoneEntity instances.