public enum CMAEnvironmentStatus extends Enum<CMAEnvironmentStatus>
| Modifier and Type | Method and Description |
|---|---|
static CMAEnvironmentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMAEnvironmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ready") public static final CMAEnvironmentStatus Ready
@SerializedName(value="queued") public static final CMAEnvironmentStatus Queued
@SerializedName(value="creating") public static final CMAEnvironmentStatus Creating
@SerializedName(value="failed") public static final CMAEnvironmentStatus Failed
public static CMAEnvironmentStatus[] values()
for (CMAEnvironmentStatus c : CMAEnvironmentStatus.values()) System.out.println(c);
public static CMAEnvironmentStatus 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 Contentful, GmbH.. All rights reserved.