Record<? extends Map<String,Object>> |
RecordApi.get(RecordId recordId) |
retrieves a resource record without regard to type
|
Record<AData> |
RecordApi.getA(String fqdn,
long recordId) |
Gets the ARecord or null if not present.
|
Record<AAAAData> |
RecordApi.getAAAA(String fqdn,
long recordId) |
Gets the AAAARecord or null if not present.
|
Record<CNAMEData> |
RecordApi.getCNAME(String fqdn,
long recordId) |
Gets the CNAMERecord or null if not present.
|
Record<MXData> |
RecordApi.getMX(String fqdn,
long recordId) |
Gets the MXRecord or null if not present.
|
Record<NSData> |
RecordApi.getNS(String fqdn,
long recordId) |
Gets the NSRecord or null if not present.
|
Record<PTRData> |
RecordApi.getPTR(String fqdn,
long recordId) |
Gets the PTRRecord or null if not present.
|
Record<SPFData> |
RecordApi.getSPF(String fqdn,
long recordId) |
Gets the SPFRecord or null if not present.
|
Record<SRVData> |
RecordApi.getSRV(String fqdn,
long recordId) |
Gets the SRVRecord or null if not present.
|
Record<SSHFPData> |
RecordApi.getSSHFP(String fqdn,
long recordId) |
Gets the SSHFPRecord or null if not present.
|
Record<TXTData> |
RecordApi.getTXT(String fqdn,
long recordId) |
Gets the TXTRecord or null if not present.
|