public class DnsRecord extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
domain
DNS record domain name
|
String |
id
Unique label for DNS record; used by Zapier and other integrations.
|
String |
rrtype
DNS record type
|
String |
value
DNS record value
|
| Constructor and Description |
|---|
DnsRecord() |
DnsRecord(HashMap<String,Object> parameters) |
DnsRecord(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<DnsRecord> |
all() |
static ListIterator<DnsRecord> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<DnsRecord> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<DnsRecord> |
list(HashMap<String,Object> parameters) |
static ListIterator<DnsRecord> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String id
public String domain
public String rrtype
public String value
public static ListIterator<DnsRecord> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<DnsRecord> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<DnsRecord> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<DnsRecord> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<DnsRecord> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.