public interface Registrar
| Modifier and Type | Method and Description |
|---|---|
ChangeDomainDelegationResponse |
changeDomainDelegation(String accountId,
String domainId,
List<String> nameServerNames)
Change name servers the domain is delegating to.
|
ChangeDomainDelegationFromVanityResponse |
changeDomainDelegationFromVanity(String accountId,
String domainId)
Change the domain delegation back to the standard DNSimple name servers.
|
ChangeDomainDelegationToVanityResponse |
changeDomainDelegationToVanity(String accountId,
String domainId,
List<String> nameServerNames)
Change the domain delegation to the specified vanity name servers.
|
CheckDomainResponse |
checkDomain(String accountId,
String domainName)
Checks whether a domain is available for registration.
|
DisableAutoRenewalResponse |
disableAutoRenewal(String accountId,
String domainId)
Disable auto renewal for the domain in the account.
|
DisableWhoisPrivacyResponse |
disableWhoisPrivacy(String accountId,
String domainId)
Disable whois privacy for the domain.
|
EnableAutoRenewalResponse |
enableAutoRenewal(String accountId,
String domainId)
Enable auto renewal for the domain in the account.
|
EnableWhoisPrivacyResponse |
enableWhoisPrivacy(String accountId,
String domainId)
Enable whois privacy for the domain.
|
GetDomainDelegationResponse |
getDomainDelegation(String accountId,
String domainId)
Lists name servers the domain is delegating to.
|
GetWhoisPrivacyResponse |
getWhoisPrivacy(String accountId,
String domainId)
Gets the whois privacy for the domain.
|
RegisterDomainResponse |
registerDomain(String accountId,
String domainName,
Map<String,Object> attributes)
Registers a domain.
|
RenewDomainResponse |
renewDomain(String accountId,
String domainId,
Map<String,Object> attributes)
Renews a domain.
|
TransferDomainResponse |
transferDomain(String accountId,
String domainId,
Map<String,Object> attributes)
Starts the transfer of a domain to DNSimple.
|
TransferDomainOutResponse |
transferDomainOut(String accountId,
String domainId)
Requests the transfer of a domain out of DNSimple.
|
CheckDomainResponse checkDomain(String accountId, String domainName) throws DnsimpleException, IOException
accountId - The account IDdomainName - The domain to checkDnsimpleException - Any API errorIOException - Any IO errorRegisterDomainResponse registerDomain(String accountId, String domainName, Map<String,Object> attributes) throws DnsimpleException, IOException
accountId - The account IDdomainName - The domain to registerattributes - Attributes to use for the registrationDnsimpleException - Any API errorIOException - Any IO errorRenewDomainResponse renewDomain(String accountId, String domainId, Map<String,Object> attributes) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDattributes - Attributes to use for the renewalDnsimpleException - Any API errorIOException - Any IO errorTransferDomainResponse transferDomain(String accountId, String domainId, Map<String,Object> attributes) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDattributes - Attributes to use for the transferDnsimpleException - Any API errorIOException - Any IO errorTransferDomainOutResponse transferDomainOut(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorEnableAutoRenewalResponse enableAutoRenewal(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorDisableAutoRenewalResponse disableAutoRenewal(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorGetWhoisPrivacyResponse getWhoisPrivacy(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorEnableWhoisPrivacyResponse enableWhoisPrivacy(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorDisableWhoisPrivacyResponse disableWhoisPrivacy(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorGetDomainDelegationResponse getDomainDelegation(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorChangeDomainDelegationResponse changeDomainDelegation(String accountId, String domainId, List<String> nameServerNames) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain IDnameServerNames - The name server names to change the delegation toDnsimpleException - Any API errorIOException - Any IO errorChangeDomainDelegationToVanityResponse changeDomainDelegationToVanity(String accountId, String domainId, List<String> nameServerNames) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain IDnameServerNames - The vanity name server namesDnsimpleException - Any API errorIOException - Any IO errorChangeDomainDelegationFromVanityResponse changeDomainDelegationFromVanity(String accountId, String domainId) throws DnsimpleException, IOException
accountId - The account IDdomainId - The domain IDDnsimpleException - Any API errorIOException - Any IO errorCopyright © 2017 DNSimple. All rights reserved.