Package com.dnsimple.request
Class TransferOptions
java.lang.Object
com.dnsimple.request.TransferOptions
-
Method Summary
Modifier and TypeMethodDescriptionSet the authCode required for TLDS that require authorization-based transfer (the vast majority of TLDs).extendedAttribute(String name, String value) Set the extended attributes required for TLDs that require extended attributes.Disable the auto-renewal of the domain.static TransferOptionspremiumPrice(String premiumPrice) Required as confirmation of the price, only if the domain is premium.Enable the whois privacy as part of the transfer.
-
Method Details
-
of
- Parameters:
registrantId- The ID of an existing contact in your account.
-
authCode
Set the authCode required for TLDS that require authorization-based transfer (the vast majority of TLDs). -
whoisPrivacy
Enable the whois privacy as part of the transfer. An extra cost may apply. -
noAutoRenew
Disable the auto-renewal of the domain. -
extendedAttribute
Set the extended attributes required for TLDs that require extended attributes. See: https://developer.dnsimple.com/v2/tlds/#getTldExtendedAttributes
-