Package google.registry.flows.custom
Class DomainRenewFlowCustomLogic.BeforeResponseReturnData
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.flows.custom.DomainRenewFlowCustomLogic.BeforeResponseReturnData
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- DomainRenewFlowCustomLogic
public abstract static class DomainRenewFlowCustomLogic.BeforeResponseReturnData extends ImmutableObject
A class to encapsulate parameters for the return values from a call toDomainRenewFlowCustomLogic.beforeResponse(google.registry.flows.custom.DomainRenewFlowCustomLogic.BeforeResponseParameters)
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DomainRenewFlowCustomLogic.BeforeResponseReturnData.Builder
Builder forDomainRenewFlowCustomLogic.BeforeResponseReturnData
.-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description BeforeResponseReturnData()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DomainRenewFlowCustomLogic.BeforeResponseReturnData.Builder
newBuilder()
abstract EppResponse.ResponseData
resData()
abstract com.google.common.collect.ImmutableList<? extends EppResponse.ResponseExtension>
responseExtensions()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
resData
public abstract EppResponse.ResponseData resData()
-
responseExtensions
public abstract com.google.common.collect.ImmutableList<? extends EppResponse.ResponseExtension> responseExtensions()
-
newBuilder
public static DomainRenewFlowCustomLogic.BeforeResponseReturnData.Builder newBuilder()
-
-