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