public static enum GetReleaseBundleStatusResponse.DistributionState extends java.lang.Enum<GetReleaseBundleStatusResponse.DistributionState>
| Enum Constant and Description |
|---|
OPEN |
READY_FOR_DISTRIBUTION |
SIGNED |
STORED |
| Modifier and Type | Method and Description |
|---|---|
static GetReleaseBundleStatusResponse.DistributionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetReleaseBundleStatusResponse.DistributionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetReleaseBundleStatusResponse.DistributionState OPEN
public static final GetReleaseBundleStatusResponse.DistributionState SIGNED
public static final GetReleaseBundleStatusResponse.DistributionState STORED
public static final GetReleaseBundleStatusResponse.DistributionState READY_FOR_DISTRIBUTION
public static GetReleaseBundleStatusResponse.DistributionState[] values()
for (GetReleaseBundleStatusResponse.DistributionState c : GetReleaseBundleStatusResponse.DistributionState.values()) System.out.println(c);
public static GetReleaseBundleStatusResponse.DistributionState 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 null