InputFieldMappingEntry Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. InputFieldMappingEntry
- com.
Implements
public final class InputFieldMappingEntry
implements JsonSerializable<InputFieldMappingEntry>
Input field mapping for a skill.
Constructor Summary
Constructor | Description |
---|---|
InputFieldMappingEntry(String name) |
Creates an instance of Input |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Input |
fromJson(JsonReader jsonReader)
Reads an instance of Input |
List<Input |
getInputs()
Get the inputs property: The recursive inputs used when creating a complex type. |
String |
getName()
Get the name property: The name of the input. |
String |
getSource()
Get the source property: The source of the input. |
String |
getSourceContext()
Get the source |
Input |
setInputs(InputFieldMappingEntry[] inputs)
Set the inputs property: The recursive inputs used when creating a complex type. |
Input |
setInputs(List<InputFieldMappingEntry> inputs)
Set the inputs property: The recursive inputs used when creating a complex type. |
Input |
setSource(String source)
Set the source property: The source of the input. |
Input |
setSourceContext(String sourceContext)
Set the source |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
InputFieldMappingEntry
public InputFieldMappingEntry(String name)
Creates an instance of InputFieldMappingEntry class.
Parameters:
Method Details
fromJson
public static InputFieldMappingEntry fromJson(JsonReader jsonReader)
Reads an instance of InputFieldMappingEntry from the JsonReader.
Parameters:
Returns:
Throws:
getInputs
public List
Get the inputs property: The recursive inputs used when creating a complex type.
Returns:
getName
public String getName()
Get the name property: The name of the input.
Returns:
getSource
public String getSource()
Get the source property: The source of the input.
Returns:
getSourceContext
public String getSourceContext()
Get the sourceContext property: The source context used for selecting recursive inputs.
Returns:
setInputs
public InputFieldMappingEntry setInputs(InputFieldMappingEntry[] inputs)
Set the inputs property: The recursive inputs used when creating a complex type.
Parameters:
Returns:
setInputs
public InputFieldMappingEntry setInputs(List
Set the inputs property: The recursive inputs used when creating a complex type.
Parameters:
Returns:
setSource
public InputFieldMappingEntry setSource(String source)
Set the source property: The source of the input.
Parameters:
Returns:
setSourceContext
public InputFieldMappingEntry setSourceContext(String sourceContext)
Set the sourceContext property: The source context used for selecting recursive inputs.
Parameters:
Returns:
toJson
Applies to
Azure SDK for Java