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