Enum Class LaunchCheckExtension.CheckType

java.lang.Object
java.lang.Enum<LaunchCheckExtension.CheckType>
google.registry.model.domain.launch.LaunchCheckExtension.CheckType
All Implemented Interfaces:
Serializable, Comparable<LaunchCheckExtension.CheckType>, Constable
Enclosing class:
LaunchCheckExtension

public static enum LaunchCheckExtension.CheckType extends Enum<LaunchCheckExtension.CheckType>
Type of domain check being requested.
  • Enum Constant Details

    • AVAILABILITY

      public static final LaunchCheckExtension.CheckType AVAILABILITY
      A check to see if the specified domain names are available to be provisioned.
    • CLAIMS

      public static final LaunchCheckExtension.CheckType CLAIMS
      A check to see if there are matching trademarks on the specified domain names.
  • Method Details

    • values

      public static LaunchCheckExtension.CheckType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LaunchCheckExtension.CheckType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null