Package google.registry.model.contact
Class ContactCommand.Create
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.contact.ContactCommand.ContactCreateOrChange
google.registry.model.contact.ContactCommand.Create
- All Implemented Interfaces:
ResourceCommand
,ResourceCommand.ResourceCreateOrChange<Contact.Builder>
,ResourceCommand.SingleResourceCommand
,Cloneable
- Enclosing class:
ContactCommand
public static class ContactCommand.Create
extends ContactCommand.ContactCreateOrChange
implements ResourceCommand.SingleResourceCommand, ResourceCommand.ResourceCreateOrChange<Contact.Builder>
-
Nested Class Summary
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
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.model.contact.ContactCommand.ContactCreateOrChange
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
-
Create
public Create()
-
-
Method Details
-
getTargetId
- Specified by:
getTargetId
in interfaceResourceCommand.SingleResourceCommand
-
getAuthInfo
- Specified by:
getAuthInfo
in interfaceResourceCommand.SingleResourceCommand
- Overrides:
getAuthInfo
in classContactCommand.ContactCreateOrChange
-