Package google.registry.flows.custom
Interface DomainPricingCustomLogic.CreatePriceParameters.Builder
- Enclosing class:
DomainPricingCustomLogic.CreatePriceParameters
public static interface DomainPricingCustomLogic.CreatePriceParameters.Builder
Builder for
DomainPricingCustomLogic.CreatePriceParameters
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setAsOfDate
(org.joda.time.DateTime asOfDate) setDomainName
(com.google.common.net.InternetDomainName domainName) setFeesAndCredits
(FeesAndCredits feesAndCredits) setYears
(int years)
-
Method Details
-
setFeesAndCredits
DomainPricingCustomLogic.CreatePriceParameters.Builder setFeesAndCredits(FeesAndCredits feesAndCredits) -
setTld
-
setDomainName
DomainPricingCustomLogic.CreatePriceParameters.Builder setDomainName(com.google.common.net.InternetDomainName domainName) -
setAsOfDate
-
setYears
-
build
-