ListSkillsetsResult Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. ListSkillsetsResult
- com.
Implements
public final class ListSkillsetsResult
implements JsonSerializable<ListSkillsetsResult>
Response from a list skillset request. If successful, it includes the full definitions of all skillsets.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
|
List<Search |
getSkillsets()
Get the skillsets property: The skillsets defined in the Search service. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ListSkillsetsResult fromJson(JsonReader jsonReader)
Reads an instance of ListSkillsetsResult from the JsonReader.
Parameters:
Returns:
Throws:
getSkillsets
public List<SearchIndexerSkillset> getSkillsets()
Get the skillsets property: The skillsets defined in the Search service.
Returns: