public static enum ValidationPolicy.ValidationImplications extends Enum<ValidationPolicy.ValidationImplications>
| Enum Constant and Description |
|---|
FAIL |
VALIDATION_IMPLICATIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
getKustoValue() |
static ValidationPolicy.ValidationImplications |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationPolicy.ValidationImplications[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationPolicy.ValidationImplications FAIL
public static final ValidationPolicy.ValidationImplications VALIDATION_IMPLICATIONS
public static ValidationPolicy.ValidationImplications[] values()
for (ValidationPolicy.ValidationImplications c : ValidationPolicy.ValidationImplications.values()) System.out.println(c);
public static ValidationPolicy.ValidationImplications valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKustoValue()
Copyright © 2024. All rights reserved.