Uses of Class
codes.thischwa.cf.model.AbstractResponse
Packages that use AbstractResponse
-
Uses of AbstractResponse in codes.thischwa.cf.model
Subclasses of AbstractResponse in codes.thischwa.cf.modelModifier and TypeClassDescriptionclass
AbstractMultipleResponse<T extends ResponseEntity>
Abstract base class for response models that contain multiple result entries.class
AbstractSingleResponse<T extends ResponseEntity>
Represents a base abstract response model for handling single response entities within an API response.class
Represents the API response of the Cloudflare API containing multipleRecordEntity
instances.class
Represents the API response of the Cloudflare API containing a single DNS record entity.class
Represents a response model that contains multipleZoneEntity
instances.