IndexerResyncBody Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. IndexerResyncBody
- com.
Implements
public final class IndexerResyncBody
implements JsonSerializable<IndexerResyncBody>
Request body for resync indexer operation.
Constructor Summary
| Constructor | Description |
|---|---|
| IndexerResyncBody() |
Creates an instance of Indexer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Indexer |
fromJson(JsonReader jsonReader)
Reads an instance of Indexer |
|
List<Indexer |
getOptions()
Get the options property: Re-sync options that have been pre-defined from data source. |
|
Indexer |
setOptions(IndexerResyncOption[] options)
Set the options property: Re-sync options that have been pre-defined from data source. |
|
Indexer |
setOptions(List<IndexerResyncOption> options)
Set the options property: Re-sync options that have been pre-defined from data source. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
IndexerResyncBody
public IndexerResyncBody()
Creates an instance of IndexerResyncBody class.
Method Details
fromJson
public static IndexerResyncBody fromJson(JsonReader jsonReader)
Reads an instance of IndexerResyncBody from the JsonReader.
Parameters:
Returns:
Throws:
getOptions
public List<IndexerResyncOption> getOptions()
Get the options property: Re-sync options that have been pre-defined from data source.
Returns:
setOptions
public IndexerResyncBody setOptions(IndexerResyncOption[] options)
Set the options property: Re-sync options that have been pre-defined from data source.
Parameters:
Returns:
setOptions
public IndexerResyncBody setOptions(List<IndexerResyncOption> options)
Set the options property: Re-sync options that have been pre-defined from data source.
Parameters:
Returns: