@Environment(value=CLIENT) public static enum RealmsClient.CompatibleVersionResponse extends Enum<RealmsClient.CompatibleVersionResponse>
Enum Constant and Description |
---|
COMPATIBLE |
OTHER |
OUTDATED |
Modifier and Type | Method and Description |
---|---|
static RealmsClient.CompatibleVersionResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealmsClient.CompatibleVersionResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealmsClient.CompatibleVersionResponse COMPATIBLE
public static final RealmsClient.CompatibleVersionResponse OUTDATED
public static final RealmsClient.CompatibleVersionResponse OTHER
public static RealmsClient.CompatibleVersionResponse[] values()
for (RealmsClient.CompatibleVersionResponse c : RealmsClient.CompatibleVersionResponse.values()) System.out.println(c);
public static RealmsClient.CompatibleVersionResponse 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 null