Enum Class WhoisDomainStatus

java.lang.Object
java.lang.Enum<WhoisDomainStatus>
com.microsoft.graph.security.models.WhoisDomainStatus
All Implemented Interfaces:
Serializable, Comparable<WhoisDomainStatus>, Constable

public enum WhoisDomainStatus extends Enum<WhoisDomainStatus>
The Enum Whois Domain Status.
  • Enum Constant Details

    • CLIENT_DELETE_PROHIBITED

      public static final WhoisDomainStatus CLIENT_DELETE_PROHIBITED
      client Delete Prohibited
    • CLIENT_HOLD

      public static final WhoisDomainStatus CLIENT_HOLD
      client Hold
    • CLIENT_RENEW_PROHIBITED

      public static final WhoisDomainStatus CLIENT_RENEW_PROHIBITED
      client Renew Prohibited
    • CLIENT_TRANSFER_PROHIBITED

      public static final WhoisDomainStatus CLIENT_TRANSFER_PROHIBITED
      client Transfer Prohibited
    • CLIENT_UPDATE_PROHIBITED

      public static final WhoisDomainStatus CLIENT_UPDATE_PROHIBITED
      client Update Prohibited
    • UNKNOWN_FUTURE_VALUE

      public static final WhoisDomainStatus UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final WhoisDomainStatus UNEXPECTED_VALUE
      For WhoisDomainStatus values that were not expected from the service
  • Method Details

    • values

      public static WhoisDomainStatus[] 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 WhoisDomainStatus 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