Package google.registry.model.contact
Class ContactCommand.Update
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppinput.ResourceCommand.AbstractSingleResourceCommand
google.registry.model.eppinput.ResourceCommand.ResourceUpdate<ContactCommand.Update.AddRemove,Contact.Builder,ContactCommand.Update.Change>
google.registry.model.contact.ContactCommand.Update
- All Implemented Interfaces:
ResourceCommand
,ResourceCommand.SingleResourceCommand
,Cloneable
- Enclosing class:
ContactCommand
public static class ContactCommand.Update
extends ResourceCommand.ResourceUpdate<ContactCommand.Update.AddRemove,Contact.Builder,ContactCommand.Update.Change>
An update to a
Contact
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The inner change type on a contact update command.static class
The inner change type on a contact update command.Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
Nested classes/interfaces inherited from interface google.registry.model.eppinput.ResourceCommand
ResourceCommand.AbstractSingleResourceCommand, ResourceCommand.ResourceCheck, ResourceCommand.ResourceCreateOrChange<B extends Buildable.Builder<?>>, ResourceCommand.ResourceUpdate<A extends ResourceCommand.ResourceUpdate.AddRemove,
B extends EppResource.Builder<?, ?>, C extends ResourceCommand.ResourceCreateOrChange<B>>, ResourceCommand.SingleResourceCommand -
Field Summary
Modifier and TypeFieldDescriptionprotected ContactCommand.Update.AddRemove
protected ContactCommand.Update.Change
protected ContactCommand.Update.AddRemove
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ContactCommand.Update.AddRemove
protected ContactCommand.Update.Change
protected ContactCommand.Update.AddRemove
Methods inherited from class google.registry.model.eppinput.ResourceCommand.ResourceUpdate
getInnerAdd, getInnerChange, getInnerRemove
Methods inherited from class google.registry.model.eppinput.ResourceCommand.AbstractSingleResourceCommand
getAuthInfo, getTargetId
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Field Details
-
innerChange
-
innerAdd
-
innerRemove
-
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getNullableInnerChange
-
getNullableInnerAdd
-
getNullableInnerRemove
-