public static interface LendingField.Builder extends SdkPojo, CopyableBuilder<LendingField.Builder,LendingField>
| Modifier and Type | Method and Description |
|---|---|
default LendingField.Builder |
keyDetection(Consumer<LendingDetection.Builder> keyDetection)
Sets the value of the KeyDetection property for this object.
|
LendingField.Builder |
keyDetection(LendingDetection keyDetection)
Sets the value of the KeyDetection property for this object.
|
LendingField.Builder |
type(String type)
The type of the lending document.
|
LendingField.Builder |
valueDetections(Collection<LendingDetection> valueDetections)
An array of LendingDetection objects.
|
LendingField.Builder |
valueDetections(Consumer<LendingDetection.Builder>... valueDetections)
An array of LendingDetection objects.
|
LendingField.Builder |
valueDetections(LendingDetection... valueDetections)
An array of LendingDetection objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLendingField.Builder type(String type)
The type of the lending document.
type - The type of the lending document.LendingField.Builder keyDetection(LendingDetection keyDetection)
keyDetection - The new value for the KeyDetection property for this object.default LendingField.Builder keyDetection(Consumer<LendingDetection.Builder> keyDetection)
LendingDetection.Builder avoiding the
need to create one manually via LendingDetection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keyDetection(LendingDetection).
keyDetection - a consumer that will call methods on LendingDetection.BuilderkeyDetection(LendingDetection)LendingField.Builder valueDetections(Collection<LendingDetection> valueDetections)
An array of LendingDetection objects.
valueDetections - An array of LendingDetection objects.LendingField.Builder valueDetections(LendingDetection... valueDetections)
An array of LendingDetection objects.
valueDetections - An array of LendingDetection objects.LendingField.Builder valueDetections(Consumer<LendingDetection.Builder>... valueDetections)
An array of LendingDetection objects.
This is a convenience method that creates an instance of theLendingDetection.Builder avoiding the need to create
one manually via LendingDetection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #valueDetections(List.
valueDetections - a consumer that will call methods on
LendingDetection.Builder#valueDetections(java.util.Collection) Copyright © 2023. All rights reserved.