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