Package google.registry.model.contact
Class ContactCommand.ContactCreateOrChange
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.contact.ContactCommand.ContactCreateOrChange
- All Implemented Interfaces:
ResourceCommand.ResourceCreateOrChange<Contact.Builder>
,Cloneable
- Direct Known Subclasses:
ContactCommand.Create
,ContactCommand.Update.Change
- Enclosing class:
ContactCommand
public static class ContactCommand.ContactCreateOrChange
extends ImmutableObject
implements ResourceCommand.ResourceCreateOrChange<Contact.Builder>
The fields on "chgType" from RFC5733.
-
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
Modifier and TypeMethodDescriptiongetEmail()
getFax()
protected Map
<PostalInfo.Type, PostalInfo> Helper method to move between the postal infos list and the individual getters.getVoice()
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
ContactCreateOrChange
public ContactCreateOrChange()
-
-
Method Details
-
getPostalInfosAsMap
Helper method to move between the postal infos list and the individual getters. -
getVoice
-
getFax
-
getEmail
-
getAuthInfo
-
getDisclose
-
getInternationalizedPostalInfo
-
getLocalizedPostalInfo
-