132 строки
8.6 KiB
YAML
132 строки
8.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.InputFieldMappingEntry"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry"
|
|
name: "InputFieldMappingEntry"
|
|
nameWithType: "InputFieldMappingEntry"
|
|
summary: "Input field mapping for a skill."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **InputFieldMappingEntry**"
|
|
constructors:
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.InputFieldMappingEntry()"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.InputFieldMappingEntry()"
|
|
name: "InputFieldMappingEntry()"
|
|
nameWithType: "InputFieldMappingEntry.InputFieldMappingEntry()"
|
|
syntax: "public InputFieldMappingEntry()"
|
|
methods:
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.getInputs()"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.getInputs()"
|
|
name: "getInputs()"
|
|
nameWithType: "InputFieldMappingEntry.getInputs()"
|
|
summary: "Get the inputs property: The recursive inputs used when creating a complex type."
|
|
syntax: "public List<InputFieldMappingEntry> getInputs()"
|
|
desc: "Get the inputs property: The recursive inputs used when creating a complex type."
|
|
returns:
|
|
description: "the inputs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.getName()"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.getName()"
|
|
name: "getName()"
|
|
nameWithType: "InputFieldMappingEntry.getName()"
|
|
summary: "Get the name property: The name of the input."
|
|
syntax: "public String getName()"
|
|
desc: "Get the name property: The name of the input."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.getSource()"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.getSource()"
|
|
name: "getSource()"
|
|
nameWithType: "InputFieldMappingEntry.getSource()"
|
|
summary: "Get the source property: The source of the input."
|
|
syntax: "public String getSource()"
|
|
desc: "Get the source property: The source of the input."
|
|
returns:
|
|
description: "the source value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.getSourceContext()"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.getSourceContext()"
|
|
name: "getSourceContext()"
|
|
nameWithType: "InputFieldMappingEntry.getSourceContext()"
|
|
summary: "Get the source<wbr>Context property: The source context used for selecting recursive inputs."
|
|
syntax: "public String getSourceContext()"
|
|
desc: "Get the sourceContext property: The source context used for selecting recursive inputs."
|
|
returns:
|
|
description: "the sourceContext value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.setInputs(java.util.List<com.azure.search.models.InputFieldMappingEntry>)"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.setInputs(List<InputFieldMappingEntry> inputs)"
|
|
name: "setInputs(List<InputFieldMappingEntry> inputs)"
|
|
nameWithType: "InputFieldMappingEntry.setInputs(List<InputFieldMappingEntry> inputs)"
|
|
summary: "Set the inputs property: The recursive inputs used when creating a complex type."
|
|
parameters:
|
|
- description: "the inputs value to set."
|
|
name: "inputs"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public InputFieldMappingEntry setInputs(List<InputFieldMappingEntry> inputs)"
|
|
desc: "Set the inputs property: The recursive inputs used when creating a complex type."
|
|
returns:
|
|
description: "the InputFieldMappingEntry object itself."
|
|
type: "<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.setName(java.lang.String)"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.setName(String name)"
|
|
name: "setName(String name)"
|
|
nameWithType: "InputFieldMappingEntry.setName(String name)"
|
|
summary: "Set the name property: The name of the input."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InputFieldMappingEntry setName(String name)"
|
|
desc: "Set the name property: The name of the input."
|
|
returns:
|
|
description: "the InputFieldMappingEntry object itself."
|
|
type: "<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.setSource(java.lang.String)"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.setSource(String source)"
|
|
name: "setSource(String source)"
|
|
nameWithType: "InputFieldMappingEntry.setSource(String source)"
|
|
summary: "Set the source property: The source of the input."
|
|
parameters:
|
|
- description: "the source value to set."
|
|
name: "source"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InputFieldMappingEntry setSource(String source)"
|
|
desc: "Set the source property: The source of the input."
|
|
returns:
|
|
description: "the InputFieldMappingEntry object itself."
|
|
type: "<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.InputFieldMappingEntry.setSourceContext(java.lang.String)"
|
|
fullName: "com.azure.search.models.InputFieldMappingEntry.setSourceContext(String sourceContext)"
|
|
name: "setSourceContext(String sourceContext)"
|
|
nameWithType: "InputFieldMappingEntry.setSourceContext(String sourceContext)"
|
|
summary: "Set the source<wbr>Context property: The source context used for selecting recursive inputs."
|
|
parameters:
|
|
- description: "the sourceContext value to set."
|
|
name: "sourceContext"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public InputFieldMappingEntry setSourceContext(String sourceContext)"
|
|
desc: "Set the sourceContext property: The source context used for selecting recursive inputs."
|
|
returns:
|
|
description: "the InputFieldMappingEntry object itself."
|
|
type: "<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Input field mapping for a skill."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|