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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user