Package google.registry.flows.custom
Interface DomainUpdateFlowCustomLogic.BeforeSaveParameters.Builder
- Enclosing class:
DomainUpdateFlowCustomLogic.BeforeSaveParameters
public static interface DomainUpdateFlowCustomLogic.BeforeSaveParameters.Builder
Builder for
DomainUpdateFlowCustomLogic.BeforeSaveParameters
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setEntityChanges
(EntityChanges entityChanges) setExistingDomain
(Domain existingDomain) setHistoryEntry
(HistoryEntry historyEntry) setNewDomain
(Domain newDomain)
-
Method Details
-
setExistingDomain
-
setNewDomain
-
setHistoryEntry
-
setEntityChanges
DomainUpdateFlowCustomLogic.BeforeSaveParameters.Builder setEntityChanges(EntityChanges entityChanges) -
build
-