| Enum Constant and Description |
|---|
ASYNC_CHECK_POLICIES_ENABLED |
UPLOAD_SCA_LOGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static AppFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppFlags UPLOAD_SCA_LOGS
public static final AppFlags ASYNC_CHECK_POLICIES_ENABLED
public static AppFlags[] values()
for (AppFlags c : AppFlags.values()) System.out.println(c);
public static AppFlags valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
Copyright © 2011-2025 White Source. All Rights Reserved.