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 trustee service as part of the domain transfer.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 -
trusteeService
Enable trustee service as part of the domain transfer.This parameter is optional; if you never call this method, the SDK will omit
trustee_servicefrom the JSON request payload.
-