Class RecordMultipleResponse


public class RecordMultipleResponse extends AbstractMultipleResponse<RecordEntity>
Represents the API response of the Cloudflare API containing multiple RecordEntity instances.
  • 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.