Package google.registry.model.contact
Class ContactCommand.Check
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppinput.ResourceCommand.ResourceCheck
-
- google.registry.model.contact.ContactCommand.Check
-
- All Implemented Interfaces:
ResourceCommand
,java.lang.Cloneable
- Enclosing class:
- ContactCommand
public static class ContactCommand.Check extends ResourceCommand.ResourceCheck
A check request forContactResource
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, 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
Constructors Constructor Description Check()
-
Method Summary
-
Methods inherited from class google.registry.model.eppinput.ResourceCommand.ResourceCheck
getTargetIds
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-