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