public final class InputFieldMappingEntry extends Object
| Constructor and Description |
|---|
InputFieldMappingEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<InputFieldMappingEntry> |
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 sourceContext property: The source context used for selecting
recursive inputs.
|
InputFieldMappingEntry |
setInputs(List<InputFieldMappingEntry> inputs)
Set the inputs property: The recursive inputs used when creating a
complex type.
|
InputFieldMappingEntry |
setName(String name)
Set the name property: The name of the input.
|
InputFieldMappingEntry |
setSource(String source)
Set the source property: The source of the input.
|
InputFieldMappingEntry |
setSourceContext(String sourceContext)
Set the sourceContext property: The source context used for selecting
recursive inputs.
|
public String getName()
public InputFieldMappingEntry setName(String name)
name - the name value to set.public String getSource()
public InputFieldMappingEntry setSource(String source)
source - the source value to set.public String getSourceContext()
public InputFieldMappingEntry setSourceContext(String sourceContext)
sourceContext - the sourceContext value to set.public List<InputFieldMappingEntry> getInputs()
public InputFieldMappingEntry setInputs(List<InputFieldMappingEntry> inputs)
inputs - the inputs value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.