Enum Class TokenKeyValidation

java.lang.Object
java.lang.Enum<TokenKeyValidation>
com.hedera.hashgraph.sdk.proto.TokenKeyValidation
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<TokenKeyValidation>, Constable

@Generated public enum TokenKeyValidation extends Enum<TokenKeyValidation> implements com.google.protobuf.Internal.EnumLite
 *
 Types of validation strategies for token keys.
 
Protobuf enum proto.TokenKeyValidation
  • Enum Constant Details

    • FULL_VALIDATION

      public static final TokenKeyValidation FULL_VALIDATION
       *
       Perform all token key validations.<br/>
       This is the default value and behavior.
       
      FULL_VALIDATION = 0;
    • NO_VALIDATION

      public static final TokenKeyValidation NO_VALIDATION
       *
       Perform no validations at all for all passed token keys.
       
      NO_VALIDATION = 1;
    • UNRECOGNIZED

      public static final TokenKeyValidation UNRECOGNIZED
  • Field Details

    • FULL_VALIDATION_VALUE

      public static final int FULL_VALIDATION_VALUE
       *
       Perform all token key validations.<br/>
       This is the default value and behavior.
       
      FULL_VALIDATION = 0;
      See Also:
    • NO_VALIDATION_VALUE

      public static final int NO_VALIDATION_VALUE
       *
       Perform no validations at all for all passed token keys.
       
      NO_VALIDATION = 1;
      See Also:
  • Method Details

    • values

      public static TokenKeyValidation[] 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 TokenKeyValidation 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
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static TokenKeyValidation valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static TokenKeyValidation forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<TokenKeyValidation> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()