Class DomainCheckFlowCustomLogic.AfterValidationParameters

java.lang.Object
google.registry.model.ImmutableObject
google.registry.flows.custom.DomainCheckFlowCustomLogic.AfterValidationParameters
All Implemented Interfaces:
Cloneable
Enclosing class:
DomainCheckFlowCustomLogic

public abstract static class DomainCheckFlowCustomLogic.AfterValidationParameters extends ImmutableObject
  • Constructor Details

    • AfterValidationParameters

      public AfterValidationParameters()
  • Method Details

    • domainNames

      public abstract com.google.common.collect.ImmutableMap<String,com.google.common.net.InternetDomainName> domainNames()
    • asOfDate

      public abstract org.joda.time.DateTime asOfDate()
      The time to perform the domain check as of. This defaults to the current time, but can be overridden in v>=0.12 of the fee extension.
    • newBuilder