Package codes.thischwa.cf.model
Class RecordSingleResponse
java.lang.Object
codes.thischwa.cf.model.AbstractResponse
codes.thischwa.cf.model.AbstractSingleResponse<RecordEntity>
codes.thischwa.cf.model.RecordSingleResponse
Represents the API response of the Cloudflare API containing a single DNS record entity.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of the RecordSingleResponse class. -
Method Summary
-
Constructor Details
-
RecordSingleResponse
public RecordSingleResponse()Constructs a new instance of the RecordSingleResponse class.This constructor initializes the RecordSingleResponse object by invoking the superclass constructor. The RecordSingleResponse represents a specific API response structure that encapsulates a single DNS record entity, providing mechanisms to interact with such data in the context of the Cloudflare API.
-