ScheduledType Class

public final class ScheduledType
extends ExpandableStringEnum<ScheduledType>

The supported types for a scheduled task.

Field Summary

Modifier and Type Field and Description
static final ScheduledType STOP_DEV_BOX

Static value StopDevBox for ScheduledType.

Constructor Summary

Constructor Description
ScheduledType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScheduledType value.

Method Summary

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

Creates or finds a ScheduledType from its string representation.

static Collection<ScheduledType> values()

Gets known ScheduledType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STOP_DEV_BOX

public static final ScheduledType STOP_DEV_BOX

Static value StopDevBox for ScheduledType.

Constructor Details

ScheduledType

@Deprecated
public ScheduledType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScheduledType value.

Method Details

fromString

public static ScheduledType fromString(String name)

Creates or finds a ScheduledType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScheduledType.

values

public static Collection<ScheduledType> values()

Gets known ScheduledType values.

Returns:

known ScheduledType values.

Applies to