public enum MirrorSyncMode extends Enum<MirrorSyncMode>
QApiEnumDescriptor{name=MirrorSyncMode, data=[top, full, none, incremental], fields=null}
Enum Constant and Description |
---|
__UNKNOWN |
full |
incremental |
none |
top |
Modifier and Type | Method and Description |
---|---|
String |
getJsonValue() |
static MirrorSyncMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MirrorSyncMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MirrorSyncMode top
public static final MirrorSyncMode full
public static final MirrorSyncMode none
public static final MirrorSyncMode incremental
public static final MirrorSyncMode __UNKNOWN
public static MirrorSyncMode[] values()
for (MirrorSyncMode c : MirrorSyncMode.values()) System.out.println(c);
public static MirrorSyncMode 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 nullpublic String getJsonValue()