public static enum CustomInputValidator.Type extends Enum<CustomInputValidator.Type>
| Enum Constant and Description |
|---|
EMAILS |
GROUP_ID |
RESOURCE_ID |
USER_ID |
| Modifier and Type | Method and Description |
|---|---|
static CustomInputValidator.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomInputValidator.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomInputValidator.Type RESOURCE_ID
public static final CustomInputValidator.Type USER_ID
public static final CustomInputValidator.Type GROUP_ID
public static final CustomInputValidator.Type EMAILS
public static CustomInputValidator.Type[] values()
for (CustomInputValidator.Type c : CustomInputValidator.Type.values()) System.out.println(c);
public static CustomInputValidator.Type 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 nullCopyright © 2022 SAP SE. All rights reserved.