DevBoxActionType Class

public final class DevBoxActionType
extends ExpandableStringEnum<DevBoxActionType>

The type of action which will take place on a Dev Box.

Field Summary

Modifier and Type Field and Description
static final DevBoxActionType STOP

The action will stop the Dev Box.

Constructor Summary

Constructor Description
DevBoxActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DevBoxActionType value.

Method Summary

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

Creates or finds a DevBoxActionType from its string representation.

static Collection<DevBoxActionType> values()

Gets known DevBoxActionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STOP

public static final DevBoxActionType STOP

The action will stop the Dev Box.

Constructor Details

DevBoxActionType

@Deprecated
public DevBoxActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DevBoxActionType value.

Method Details

fromString

public static DevBoxActionType fromString(String name)

Creates or finds a DevBoxActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DevBoxActionType.

values

public static Collection<DevBoxActionType> values()

Gets known DevBoxActionType values.

Returns:

known DevBoxActionType values.

Applies to