Verwendungen von Klasse
codes.thischwa.cf.model.RecordEntity
Packages, die RecordEntity verwenden
Package
Beschreibung
The base package of CloudflareDNS-java.
The model of CloudflareDNS-java.
-
Verwendungen von RecordEntity in codes.thischwa.cf
Methoden in codes.thischwa.cf, die RecordEntity zurückgebenModifizierer und TypMethodeBeschreibungCfDnsClient.recordCreate(ZoneEntity zone, RecordEntity rec) Creates a new DNS record in the specified zone using the Cloudflare API.CfDnsClient.recordCreate(ZoneEntity zone, String sld, int ttl, RecordType type, String content) Creates a DNS record in the specified DNS zone with the provided details.CfDnsClient.recordUpdate(ZoneEntity zone, RecordEntity rec) Updates an existing DNS record in a specified Cloudflare zone.CfDnsClient.sldInfo(ZoneEntity zone, String sld, RecordType type) Retrieves detailed information about a specific second-level domain (SLD) record for a given zone and record type from the Cloudflare API.Methoden in codes.thischwa.cf, die Typen mit Argumenten vom Typ RecordEntity zurückgebenModifizierer und TypMethodeBeschreibungCfDnsClient.sldListAll(ZoneEntity zone, String sld) Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.CfDnsClient.sldListAll(ZoneEntity zone, String sld, PagingRequest pagingRequest) Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.Methoden in codes.thischwa.cf mit Parametern vom Typ RecordEntityModifizierer und TypMethodeBeschreibungCfDnsClient.recordCreate(ZoneEntity zone, RecordEntity rec) Creates a new DNS record in the specified zone using the Cloudflare API.booleanCfDnsClient.recordDelete(ZoneEntity zone, RecordEntity rec) Deletes a DNS record of the specified type within a given zone on the Cloudflare API.CfDnsClient.recordUpdate(ZoneEntity zone, RecordEntity rec) Updates an existing DNS record in a specified Cloudflare zone. -
Verwendungen von RecordEntity in codes.thischwa.cf.model
Methoden in codes.thischwa.cf.model, die RecordEntity zurückgebenModifizierer und TypMethodeBeschreibungstatic RecordEntityRecordEntity.build(String name, RecordType type, Integer ttl, String ip) Builds and returns aRecordEntityinstance with the specified attributes.