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