Class DomainUpdateSuperuserExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.superuser.SuperuserExtension
-
- google.registry.model.domain.superuser.DomainUpdateSuperuserExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
public class DomainUpdateSuperuserExtension extends SuperuserExtension
A superuser extension that may be present on domain update commands.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description DomainUpdateSuperuserExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
getAutorenews()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-