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