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<Contact.Builder>
,Cloneable
- Enclosing class:
ContactCommand.Update
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.contact.ContactCommand.ContactCreateOrChange
getAuthInfo, getDisclose, getEmail, getFax, getInternationalizedPostalInfo, getLocalizedPostalInfo, getPostalInfosAsMap, getVoice
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Change
public Change()
-