Package google.registry.model.contact
Class ContactCommand.Update.Change
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.contact.ContactCommand.ContactCreateOrChange
-
- google.registry.model.contact.ContactCommand.Update.Change
-
- All Implemented Interfaces:
ResourceCommand.ResourceCreateOrChange<ContactResource.Builder>
,java.lang.Cloneable
- Enclosing class:
- ContactCommand.Update
public static class ContactCommand.Update.Change extends ContactCommand.ContactCreateOrChange
The inner change type on a contact update command.
-
-
Nested Class Summary
-
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 Change()
-
Method Summary
-
Methods inherited from class google.registry.model.contact.ContactCommand.ContactCreateOrChange
getAuthInfo, getDisclose, getEmail, getFax, getInternationalizedPostalInfo, getLocalizedPostalInfo, getPostalInfosAsMap, getVoice
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-