Package com.dnsimple.request
Class RenewOptions
- java.lang.Object
-
- com.dnsimple.request.RenewOptions
-
public class RenewOptions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenewOptionsempty()RenewOptionsperiod(int period)Set the number of years for the renewal.RenewOptionspremiumPrice(java.lang.String premiumPrice)Required as confirmation of the price, only if the domain is premium.
-
-
-
Method Detail
-
empty
public static RenewOptions empty()
-
period
public RenewOptions period(int period)
Set the number of years for the renewal. Unless specified it will default to whatever value is set for the TLD.
-
premiumPrice
public RenewOptions premiumPrice(java.lang.String premiumPrice)
Required as confirmation of the price, only if the domain is premium.
-
-