Package ai.extend.types
Class EditSchemaGenerationMappingMatch.Builder
- java.lang.Object
-
- ai.extend.types.EditSchemaGenerationMappingMatch.Builder
-
- All Implemented Interfaces:
EditSchemaGenerationMappingMatch._FinalStage,EditSchemaGenerationMappingMatch.FormFieldKeyStage,EditSchemaGenerationMappingMatch.InputPathStage
- Enclosing class:
- EditSchemaGenerationMappingMatch
public static final class EditSchemaGenerationMappingMatch.Builder extends java.lang.Object implements EditSchemaGenerationMappingMatch.InputPathStage, EditSchemaGenerationMappingMatch.FormFieldKeyStage, EditSchemaGenerationMappingMatch._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditSchemaGenerationMappingMatchbuild()EditSchemaGenerationMappingMatch._FinalStageformFieldKey(java.lang.String formFieldKey)The detected form field key matched to the input path.EditSchemaGenerationMappingMatch.Builderfrom(EditSchemaGenerationMappingMatch other)EditSchemaGenerationMappingMatch.FormFieldKeyStageinputPath(java.lang.String inputPath)The path from the providedinputSchema.
-
-
-
Method Detail
-
from
public EditSchemaGenerationMappingMatch.Builder from(EditSchemaGenerationMappingMatch other)
- Specified by:
fromin interfaceEditSchemaGenerationMappingMatch.InputPathStage
-
inputPath
public EditSchemaGenerationMappingMatch.FormFieldKeyStage inputPath(@NotNull java.lang.String inputPath)
The path from the provided
inputSchema.The path from the provided
inputSchema.- Specified by:
inputPathin interfaceEditSchemaGenerationMappingMatch.InputPathStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
formFieldKey
public EditSchemaGenerationMappingMatch._FinalStage formFieldKey(@NotNull java.lang.String formFieldKey)
The detected form field key matched to the input path.
The detected form field key matched to the input path.
- Specified by:
formFieldKeyin interfaceEditSchemaGenerationMappingMatch.FormFieldKeyStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public EditSchemaGenerationMappingMatch build()
- Specified by:
buildin interfaceEditSchemaGenerationMappingMatch._FinalStage
-
-