Files
CloudflareDNS-java/docs/apidocs/member-search-index.js
T
thischwa 3efbe1eaae Update response handling logic in ResponseValidator
Refined the condition for exception handling based on 'emptyResultThrowsException' to clarify when exceptions are triggered versus returning empty results. Updated Javadoc output files to reflect the latest documentation changes.
2025-04-26 17:46:36 +02:00

246 lines
8.6 KiB
JavaScript

memberSearchIndex = [{"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "A"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "AAAA"
}, {
"p": "codes.thischwa.cf.model",
"c": "AbstractEntity",
"l": "AbstractEntity()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf.model",
"c": "AbstractResponse",
"l": "AbstractResponse()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf.model",
"c": "AbstractSingleResponse",
"l": "AbstractSingleResponse()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf.model",
"c": "PagingRequest",
"l": "addQueryString(String)",
"u": "addQueryString(java.lang.String)"
}, {
"p": "codes.thischwa.cf.model",
"c": "RecordEntity",
"l": "build(String, RecordType, Integer, String)",
"u": "build(java.lang.String,codes.thischwa.cf.model.RecordType,java.lang.Integer,java.lang.String)"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "CAA"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "CERT"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "CfDnsClient(boolean, String, String)",
"u": "%3Cinit%3E(boolean,java.lang.String,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "CfDnsClient(boolean, String, String, String)",
"u": "%3Cinit%3E(boolean,java.lang.String,java.lang.String,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "CfDnsClient(String, String)",
"u": "%3Cinit%3E(java.lang.String,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "CfDnsClient(String, String, String)",
"u": "%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CloudflareApiException",
"l": "CloudflareApiException(String)",
"u": "%3Cinit%3E(java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CloudflareApiException",
"l": "CloudflareApiException(String, Throwable)",
"u": "%3Cinit%3E(java.lang.String,java.lang.Throwable)"
}, {
"p": "codes.thischwa.cf",
"c": "CloudflareApiException",
"l": "CloudflareApiException(Throwable)",
"u": "%3Cinit%3E(java.lang.Throwable)"
}, {
"p": "codes.thischwa.cf",
"c": "CloudflareNotFoundException",
"l": "CloudflareNotFoundException(String)",
"u": "%3Cinit%3E(java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CloudflareNotFoundException",
"l": "CloudflareNotFoundException(String, Throwable)",
"u": "%3Cinit%3E(java.lang.String,java.lang.Throwable)"
}, {
"p": "codes.thischwa.cf",
"c": "CloudflareNotFoundException",
"l": "CloudflareNotFoundException(Throwable)",
"u": "%3Cinit%3E(java.lang.Throwable)"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "CNAME"}, {
"p": "codes.thischwa.cf.model",
"c": "PagingRequest",
"l": "defaultPaging()"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "DNSKEY"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "DS"
}, {"p": "codes.thischwa.cf.model", "c": "ResponseEntity", "l": "getId()"}, {
"p": "codes.thischwa.cf.model",
"c": "PagingRequest",
"l": "getPagingParams()"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "HTTPS"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "LOC"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "MX"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "NAPTR"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "NS"}, {
"p": "codes.thischwa.cf.model",
"c": "PagingRequest",
"l": "of(int, int)",
"u": "of(int,int)"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "OPENPGPKEY"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "PTR"
}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "RECORD_CREATE"}, {
"p": "codes.thischwa.cf",
"c": "CfRequest",
"l": "RECORD_DELETE"
}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "RECORD_INFO_NAME"}, {
"p": "codes.thischwa.cf",
"c": "CfRequest",
"l": "RECORD_INFO_NAME_TYPE"
}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "RECORD_UPDATE"}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordCreate(ZoneEntity, RecordEntity)",
"u": "recordCreate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordCreate(ZoneEntity, String, int, RecordType, String)",
"u": "recordCreate(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordCreateSld(ZoneEntity, String, int, RecordType, String)",
"u": "recordCreateSld(codes.thischwa.cf.model.ZoneEntity,java.lang.String,int,codes.thischwa.cf.model.RecordType,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordDelete(ZoneEntity, RecordEntity)",
"u": "recordDelete(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordDelete(ZoneEntity, String)",
"u": "recordDelete(codes.thischwa.cf.model.ZoneEntity,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordDeleteTypeIfExists(ZoneEntity, String, RecordType...)",
"u": "recordDeleteTypeIfExists(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType...)"
}, {
"p": "codes.thischwa.cf.model",
"c": "RecordEntity",
"l": "RecordEntity()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf.model",
"c": "RecordMultipleResponse",
"l": "RecordMultipleResponse()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf.model",
"c": "RecordSingleResponse",
"l": "RecordSingleResponse()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "recordUpdate(ZoneEntity, RecordEntity)",
"u": "recordUpdate(codes.thischwa.cf.model.ZoneEntity,codes.thischwa.cf.model.RecordEntity)"
}, {
"p": "codes.thischwa.cf.model",
"c": "ResponseResultInfo",
"l": "ResponseResultInfo()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf.model",
"c": "ResultInfo",
"l": "ResultInfo()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "sldInfo(ZoneEntity, String, RecordType)",
"u": "sldInfo(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.RecordType)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "sldListAll(ZoneEntity, String)",
"u": "sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String)"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "sldListAll(ZoneEntity, String, PagingRequest)",
"u": "sldListAll(codes.thischwa.cf.model.ZoneEntity,java.lang.String,codes.thischwa.cf.model.PagingRequest)"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "SMIMEA"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "SRV"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "SSHFP"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "SVCB"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "TLSA"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "toString()"
}, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "TXT"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "URI"
}, {
"p": "codes.thischwa.cf",
"c": "CfRequest",
"l": "valueOf(String)",
"u": "valueOf(java.lang.String)"
}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "valueOf(String)",
"u": "valueOf(java.lang.String)"
}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "values()"}, {
"p": "codes.thischwa.cf.model",
"c": "RecordType",
"l": "values()"
}, {"p": "codes.thischwa.cf", "c": "CfRequest", "l": "ZONE_INFO"}, {
"p": "codes.thischwa.cf",
"c": "CfRequest",
"l": "ZONE_LIST"
}, {
"p": "codes.thischwa.cf.model",
"c": "ZoneEntity",
"l": "ZoneEntity()",
"u": "%3Cinit%3E()"
}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "zoneInfo(String)",
"u": "zoneInfo(java.lang.String)"
}, {"p": "codes.thischwa.cf", "c": "CfDnsClient", "l": "zoneListAll()"}, {
"p": "codes.thischwa.cf",
"c": "CfDnsClient",
"l": "zoneListAll(PagingRequest)",
"u": "zoneListAll(codes.thischwa.cf.model.PagingRequest)"
}, {"p": "codes.thischwa.cf.model", "c": "ZoneMultipleResponse", "l": "ZoneMultipleResponse()", "u": "%3Cinit%3E()"}];
updateSearchResults();