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