CustomizationIdentityType Class

public final class CustomizationIdentityType
extends ExpandableStringEnum<CustomizationIdentityType>

Identity type.

Field Summary

Modifier and Type Field and Description
static final CustomizationIdentityType LINUX

Static value LINUX for CustomizationIdentityType.

static final CustomizationIdentityType WINDOWS

Static value WINDOWS for CustomizationIdentityType.

static final CustomizationIdentityType WINDOWS_TEXT

Static value WINDOWS_TEXT for CustomizationIdentityType.

Constructor Summary

Constructor Description
CustomizationIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomizationIdentityType value.

Method Summary

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

Creates or finds a CustomizationIdentityType from its string representation.

static Collection<CustomizationIdentityType> values()

Gets known CustomizationIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LINUX

public static final CustomizationIdentityType LINUX

Static value LINUX for CustomizationIdentityType.

WINDOWS

public static final CustomizationIdentityType WINDOWS

Static value WINDOWS for CustomizationIdentityType.

WINDOWS_TEXT

public static final CustomizationIdentityType WINDOWS_TEXT

Static value WINDOWS_TEXT for CustomizationIdentityType.

Constructor Details

CustomizationIdentityType

@Deprecated
public CustomizationIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomizationIdentityType value.

Method Details

fromString

public static CustomizationIdentityType fromString(String name)

Creates or finds a CustomizationIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomizationIdentityType.

values

public static Collection<CustomizationIdentityType> values()

Gets known CustomizationIdentityType values.

Returns:

known CustomizationIdentityType values.

Applies to