DevBoxOsType Class

public final class DevBoxOsType
extends ExpandableStringEnum<DevBoxOsType>

The operating system type.

Field Summary

Modifier and Type Field and Description
static final DevBoxOsType WINDOWS

The Windows operating system.

Constructor Summary

Constructor Description
DevBoxOsType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DevBoxOsType value.

Method Summary

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

Creates or finds a DevBoxOsType from its string representation.

static Collection<DevBoxOsType> values()

Gets known DevBoxOsType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

WINDOWS

public static final DevBoxOsType WINDOWS

The Windows operating system.

Constructor Details

DevBoxOsType

@Deprecated
public DevBoxOsType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DevBoxOsType value.

Method Details

fromString

public static DevBoxOsType fromString(String name)

Creates or finds a DevBoxOsType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DevBoxOsType.

values

public static Collection<DevBoxOsType> values()

Gets known DevBoxOsType values.

Returns:

known DevBoxOsType values.

Applies to