@Generated public enum OpenApiMode extends Enum<OpenApiMode>
| Enum Constant and Description |
|---|
OPEN_API_MODE_DISABLED |
OPEN_API_MODE_IGNORE_PRIVILEGES |
| Modifier and Type | Method and Description |
|---|---|
static OpenApiMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenApiMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenApiMode OPEN_API_MODE_DISABLED
public static final OpenApiMode OPEN_API_MODE_IGNORE_PRIVILEGES
public static OpenApiMode[] values()
for (OpenApiMode c : OpenApiMode.values()) System.out.println(c);
public static OpenApiMode 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 © 2026. All rights reserved.