SkillNames Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SkillNames
- com.
Implements
public final class SkillNames
implements JsonSerializable<SkillNames>
The type of the skill names.
Constructor Summary
| Constructor | Description |
|---|---|
| SkillNames() |
Creates an instance of Skill |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Skill |
fromJson(JsonReader jsonReader)
Reads an instance of Skill |
| List<String> |
getSkillNames()
Get the skill |
|
Skill |
setSkillNames(List<String> skillNames)
Set the skill |
|
Skill |
setSkillNames(String[] skillNames)
Set the skill |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SkillNames
public SkillNames()
Creates an instance of SkillNames class.
Method Details
fromJson
public static SkillNames fromJson(JsonReader jsonReader)
Reads an instance of SkillNames from the JsonReader.
Parameters:
Returns:
Throws:
getSkillNames
public List<String> getSkillNames()
Get the skillNames property: the names of skills to be reset.
Returns:
setSkillNames
public SkillNames setSkillNames(List<String> skillNames)
Set the skillNames property: the names of skills to be reset.
Parameters:
Returns:
setSkillNames
public SkillNames setSkillNames(String[] skillNames)
Set the skillNames property: the names of skills to be reset.
Parameters:
Returns: