Package com.dnsimple.request
Class RegistrationOptions
java.lang.Object
com.dnsimple.request.RegistrationOptions
-
Method Summary
Modifier and TypeMethodDescriptionextendedAttribute(String name, String value) Set the extended attributes required for TLDs that require extended attributes.Disable the auto-renewal of the domain.static RegistrationOptionspremiumPrice(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.
-
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
-