public static enum RealmsClient.CompatibleVersionResponse extends java.lang.Enum<RealmsClient.CompatibleVersionResponse>
| Enum Constant and Description |
|---|
COMPATIBLE |
OTHER |
OUTDATED |
| Modifier and Type | Method and Description |
|---|---|
static RealmsClient.CompatibleVersionResponse |
valueOf(java.lang.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(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