Class DomainRenewFlowCustomLogic.BeforeSaveParameters

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

public abstract static class DomainRenewFlowCustomLogic.BeforeSaveParameters extends ImmutableObject
A class to encapsulate parameters for a call to DomainRenewFlowCustomLogic.beforeSave(google.registry.flows.custom.DomainRenewFlowCustomLogic.BeforeSaveParameters).

Note that both newDomain and historyEntry are included in entityChanges. They are also passed separately for convenience, but they are the same instance, and changes to them will also affect what is persisted from entityChanges.

  • Constructor Details

    • BeforeSaveParameters

      public BeforeSaveParameters()
  • Method Details