public enum CMAEnvironmentStatus extends java.lang.Enum<CMAEnvironmentStatus>
Modifier and Type | Method and Description |
---|---|
static CMAEnvironmentStatus |
valueOf(java.lang.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(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 nullCopyright © 2019 Contentful, GmbH.. All Rights Reserved.