Class CustomEntityLookupSkillLanguage
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomEntityLookupSkillLanguage>
com.azure.search.documents.indexes.models.CustomEntityLookupSkillLanguage
public final class CustomEntityLookupSkillLanguage
extends com.azure.core.util.ExpandableStringEnum<CustomEntityLookupSkillLanguage>
Defines values for CustomEntityLookupSkillLanguage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomEntityLookupSkillLanguage
Static value da for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value de for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value en for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value es for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value fi for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value fr for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value it for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value ko for CustomEntityLookupSkillLanguage.static final CustomEntityLookupSkillLanguage
Static value pt for CustomEntityLookupSkillLanguage. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a CustomEntityLookupSkillLanguage from its string representation.values()
Gets known CustomEntityLookupSkillLanguage values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DA
Static value da for CustomEntityLookupSkillLanguage. -
DE
Static value de for CustomEntityLookupSkillLanguage. -
EN
Static value en for CustomEntityLookupSkillLanguage. -
ES
Static value es for CustomEntityLookupSkillLanguage. -
FI
Static value fi for CustomEntityLookupSkillLanguage. -
FR
Static value fr for CustomEntityLookupSkillLanguage. -
IT
Static value it for CustomEntityLookupSkillLanguage. -
KO
Static value ko for CustomEntityLookupSkillLanguage. -
PT
Static value pt for CustomEntityLookupSkillLanguage.
-
-
Constructor Details
-
CustomEntityLookupSkillLanguage
public CustomEntityLookupSkillLanguage()
-
-
Method Details
-
fromString
Creates or finds a CustomEntityLookupSkillLanguage from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CustomEntityLookupSkillLanguage.
-
values
Gets known CustomEntityLookupSkillLanguage values.- Returns:
- known CustomEntityLookupSkillLanguage values.
-