Package google.registry.flows.custom
Interface DomainCheckFlowCustomLogic.AfterValidationParameters.Builder
- Enclosing class:
DomainCheckFlowCustomLogic.AfterValidationParameters
public static interface DomainCheckFlowCustomLogic.AfterValidationParameters.Builder
Builder for
DomainCheckFlowCustomLogic.AfterValidationParameters
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setAsOfDate
(org.joda.time.DateTime asOfDate) setDomainNames
(com.google.common.collect.ImmutableMap<String, com.google.common.net.InternetDomainName> domainNames)
-
Method Details
-
setDomainNames
DomainCheckFlowCustomLogic.AfterValidationParameters.Builder setDomainNames(com.google.common.collect.ImmutableMap<String, com.google.common.net.InternetDomainName> domainNames) -
setAsOfDate
DomainCheckFlowCustomLogic.AfterValidationParameters.Builder setAsOfDate(org.joda.time.DateTime asOfDate) -
build
-