ScheduleEnableStatus Class

public final class ScheduleEnableStatus
extends ExpandableStringEnum<ScheduleEnableStatus>

Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled.

Field Summary

Modifier and Type Field and Description
static final ScheduleEnableStatus DISABLED

Static value Disabled for ScheduleEnableStatus.

static final ScheduleEnableStatus ENABLED

Static value Enabled for ScheduleEnableStatus.

Constructor Summary

Constructor Description
ScheduleEnableStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScheduleEnableStatus value.

Method Summary

Modifier and Type Method and Description
static ScheduleEnableStatus fromString(String name)

Creates or finds a ScheduleEnableStatus from its string representation.

static Collection<ScheduleEnableStatus> values()

Gets known ScheduleEnableStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final ScheduleEnableStatus DISABLED

Static value Disabled for ScheduleEnableStatus.

ENABLED

public static final ScheduleEnableStatus ENABLED

Static value Enabled for ScheduleEnableStatus.

Constructor Details

ScheduleEnableStatus

@Deprecated
public ScheduleEnableStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScheduleEnableStatus value.

Method Details

fromString

public static ScheduleEnableStatus fromString(String name)

Creates or finds a ScheduleEnableStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScheduleEnableStatus.

values

public static Collection<ScheduleEnableStatus> values()

Gets known ScheduleEnableStatus values.

Returns:

known ScheduleEnableStatus values.

Applies to