Uses of Enum Class
codes.thischwa.cf.model.RecordType
Packages that use RecordType
Package
Description
The base package of CloudflareDNS-java.
The model of CloudflareDNS-java.
-
Uses of RecordType in codes.thischwa.cf
Methods in codes.thischwa.cf with parameters of type RecordTypeModifier and TypeMethodDescriptionvoidCfDnsClient.recordDeleteTypeIfExists(ZoneEntity zone, String sld, RecordType type) Attempts to delete a DNS record of a specific type for a given zone and second-level domain (SLD), if it exists.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. -
Uses of RecordType in codes.thischwa.cf.model
Methods in codes.thischwa.cf.model that return RecordTypeModifier and TypeMethodDescriptionstatic RecordTypeReturns the enum constant of this class with the specified name.static RecordType[]RecordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in codes.thischwa.cf.model with parameters of type RecordTypeModifier and TypeMethodDescriptionstatic RecordEntityRecordEntity.build(String name, RecordType type, Integer ttl, String ip) Builds and returns aRecordEntityinstance with the specified attributes.