Package google.registry.model.contact
Class ContactCommand.Update.AddRemove
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppinput.ResourceCommand.ResourceUpdate.AddRemove
google.registry.model.contact.ContactCommand.Update.AddRemove
- All Implemented Interfaces:
Cloneable
- Enclosing class:
ContactCommand.Update
public static class ContactCommand.Update.AddRemove
extends ResourceCommand.ResourceUpdate.AddRemove
The inner change type on a contact update command.
-
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
-
Method Summary
Methods inherited from class google.registry.model.eppinput.ResourceCommand.ResourceUpdate.AddRemove
getStatusValues
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
AddRemove
public AddRemove()
-