Package google.registry.model.eppinput
Class ResourceCommand.ResourceUpdate.AddRemove
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppinput.ResourceCommand.ResourceUpdate.AddRemove
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
ContactCommand.Update.AddRemove
,DomainCommand.Update.AddRemove
,HostCommand.Update.AddRemove
- Enclosing class:
- ResourceCommand.ResourceUpdate<A extends ResourceCommand.ResourceUpdate.AddRemove,B extends EppResource.Builder<?,?>,C extends ResourceCommand.ResourceCreateOrChange<B>>
public abstract static class ResourceCommand.ResourceUpdate.AddRemove extends ImmutableObject
Part of an update command that specifies set values to add or remove.
-
-
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
Constructors Constructor Description AddRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<StatusValue>
getStatusValues()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getStatusValues
public com.google.common.collect.ImmutableSet<StatusValue> getStatusValues()
-
-