public static enum SpigetUpdater.UpdateStatus extends Enum<SpigetUpdater.UpdateStatus>
| Enum Constant and Description |
|---|
AVAILABLE |
FORCED_DOWNLOAD |
NO_RESPONSE |
NOT_AVAILABLE |
RESTART_NEEDED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static SpigetUpdater.UpdateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpigetUpdater.UpdateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpigetUpdater.UpdateStatus UNKNOWN
public static final SpigetUpdater.UpdateStatus NO_RESPONSE
public static final SpigetUpdater.UpdateStatus NOT_AVAILABLE
public static final SpigetUpdater.UpdateStatus AVAILABLE
public static final SpigetUpdater.UpdateStatus RESTART_NEEDED
public static final SpigetUpdater.UpdateStatus FORCED_DOWNLOAD
public static SpigetUpdater.UpdateStatus[] values()
for (SpigetUpdater.UpdateStatus c : SpigetUpdater.UpdateStatus.values()) System.out.println(c);
public static SpigetUpdater.UpdateStatus 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 © 2021. All rights reserved.