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