| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
DNSLookupResults | 
MailServerControllerApi.getDnsLookup(DNSLookupOptions dnSLookupOptions)
Lookup DNS records for a domain 
 | 
okhttp3.Call | 
MailServerControllerApi.getDnsLookupAsync(DNSLookupOptions dnSLookupOptions,
                 ApiCallback<DNSLookupResults> _callback)
Lookup DNS records for a domain (asynchronously) 
 | 
okhttp3.Call | 
MailServerControllerApi.getDnsLookupCall(DNSLookupOptions dnSLookupOptions,
                ApiCallback _callback)
Build call for getDnsLookup 
 | 
ApiResponse<DNSLookupResults> | 
MailServerControllerApi.getDnsLookupWithHttpInfo(DNSLookupOptions dnSLookupOptions)
Lookup DNS records for a domain 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DNSLookupOptions | 
DNSLookupOptions.addRecordTypesItem(DNSLookupOptions.RecordTypesEnum recordTypesItem)  | 
static DNSLookupOptions | 
DNSLookupOptions.fromJson(String jsonString)
Create an instance of DNSLookupOptions given an JSON string 
 | 
DNSLookupOptions | 
DNSLookupOptions.hostname(String hostname)  | 
DNSLookupOptions | 
DNSLookupOptions.omitFinalDNSDot(Boolean omitFinalDNSDot)  | 
DNSLookupOptions | 
DNSLookupOptions.recordTypes(List<DNSLookupOptions.RecordTypesEnum> recordTypes)  | 
Copyright © 2023. All rights reserved.