CustomParameterType Class

public final class CustomParameterType
extends ExpandableStringEnum<CustomParameterType>

Provisioning status of the workspace.

Field Summary

Modifier and Type Field and Description
static final CustomParameterType BOOL

Static value Bool for CustomParameterType.

static final CustomParameterType OBJECT

Static value Object for CustomParameterType.

static final CustomParameterType STRING

Static value String for CustomParameterType.

Constructor Summary

Constructor Description
CustomParameterType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomParameterType value.

Method Summary

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

Creates or finds a CustomParameterType from its string representation.

static Collection<CustomParameterType> values()

Gets known CustomParameterType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BOOL

public static final CustomParameterType BOOL

Static value Bool for CustomParameterType.

OBJECT

public static final CustomParameterType OBJECT

Static value Object for CustomParameterType.

STRING

public static final CustomParameterType STRING

Static value String for CustomParameterType.

Constructor Details

CustomParameterType

@Deprecated
public CustomParameterType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomParameterType value.

Method Details

fromString

public static CustomParameterType fromString(String name)

Creates or finds a CustomParameterType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomParameterType.

values

public static Collection<CustomParameterType> values()

Gets known CustomParameterType values.

Returns:

known CustomParameterType values.

Applies to