Class CheckData.CheckNameOrID

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.CheckData.CheckNameOrID
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
CheckData.CheckID, CheckData.CheckName
Enclosing class:
CheckData

public abstract static class CheckData.CheckNameOrID extends ImmutableObject
The "checkNameType" and "checkIDType" types.

Although these are specified in the Epp extension RFCs and not in RFC 5730, which implies that they should be implemented per-extension, all of RFCs 5731, 5732 and 5733 define them identically except for the namespace and some slightly renamed fields, allowing us to share some code between the different extensions.

  • Constructor Details

    • CheckNameOrID

      public CheckNameOrID()
  • Method Details

    • getAvail

      public boolean getAvail()
    • getValue

      public String getValue()
    • init

      protected static <T extends CheckData.CheckNameOrID> T init(T instance, boolean avail, String value)