Update Javadoc generation timestamps

Regenerated Javadoc files with updated timestamps for consistency and accuracy. No functional or content changes have been made to the documentation.
This commit is contained in:
2025-04-23 17:57:47 +02:00
parent 2e7fa7586a
commit e33318e989
52 changed files with 85 additions and 64 deletions
@@ -1,14 +1,17 @@
package codes.thischwa.cf.model;
/** Represents the API response of the Cloudflare API containing multiple DNS record entities. */
/**
* Represents the API response of the Cloudflare API containing multiple {@link RecordEntity}
* instances.
*/
public class RecordMultipleResponse extends AbstractMultipleResponse<RecordEntity> {
/**
* Constructs an instance of RecordMultipleResponse.
*
* <p>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.
* <p>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.
*/
public RecordMultipleResponse() {
super();