Share via


CustomEntityLookupSkillLanguage Class

public final class CustomEntityLookupSkillLanguage
extends ExpandableStringEnum<CustomEntityLookupSkillLanguage>

The language codes supported for input text by CustomEntityLookupSkill.

Field Summary

Modifier and Type Field and Description
static final CustomEntityLookupSkillLanguage DA

Danish.

static final CustomEntityLookupSkillLanguage DE

German.

static final CustomEntityLookupSkillLanguage EN

English.

static final CustomEntityLookupSkillLanguage ES

Spanish.

static final CustomEntityLookupSkillLanguage FI

Finnish.

static final CustomEntityLookupSkillLanguage FR

French.

static final CustomEntityLookupSkillLanguage IT

Italian.

static final CustomEntityLookupSkillLanguage KO

Korean.

static final CustomEntityLookupSkillLanguage PT

Portuguese.

Constructor Summary

Constructor Description
CustomEntityLookupSkillLanguage()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomEntityLookupSkillLanguage value.

Method Summary

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

Creates or finds a CustomEntityLookupSkillLanguage from its string representation.

static Collection<CustomEntityLookupSkillLanguage> values()

Gets known CustomEntityLookupSkillLanguage values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DA

public static final CustomEntityLookupSkillLanguage DA

Danish.

DE

public static final CustomEntityLookupSkillLanguage DE

German.

EN

public static final CustomEntityLookupSkillLanguage EN

English.

ES

public static final CustomEntityLookupSkillLanguage ES

Spanish.

FI

public static final CustomEntityLookupSkillLanguage FI

Finnish.

FR

public static final CustomEntityLookupSkillLanguage FR

French.

IT

public static final CustomEntityLookupSkillLanguage IT

Italian.

KO

public static final CustomEntityLookupSkillLanguage KO

Korean.

PT

public static final CustomEntityLookupSkillLanguage PT

Portuguese.

Constructor Details

CustomEntityLookupSkillLanguage

@Deprecated
public CustomEntityLookupSkillLanguage()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomEntityLookupSkillLanguage value.

Method Details

fromString

public static CustomEntityLookupSkillLanguage fromString(String name)

Creates or finds a CustomEntityLookupSkillLanguage from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomEntityLookupSkillLanguage.

values

public static Collection<CustomEntityLookupSkillLanguage> values()

Gets known CustomEntityLookupSkillLanguage values.

Returns:

known CustomEntityLookupSkillLanguage values.

Applies to