Package codes.thischwa.cf.model
Class RecordMultipleResponse
java.lang.Object
codes.thischwa.cf.model.AbstractResponse
codes.thischwa.cf.model.AbstractMultipleResponse<RecordEntity>
codes.thischwa.cf.model.RecordMultipleResponse
Represents the API response of the Cloudflare API containing multiple
RecordEntity
instances.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecordMultipleResponse
public RecordMultipleResponse()Constructs an instance of RecordMultipleResponse.This class represents a response containing multiple DNS record entities from the Cloudflare API. It inherits functionality from AbstractMultipleResponse to handle multiple records of type RecordEntity.
-