Package codes.thischwa.cf.model
Klasse 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 DNS record entities.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
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.
-