public static interface LendingSummary.Builder extends SdkPojo, CopyableBuilder<LendingSummary.Builder,LendingSummary>
| Modifier and Type | Method and Description |
|---|---|
LendingSummary.Builder |
documentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary.Builder |
documentGroups(Consumer<DocumentGroup.Builder>... documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary.Builder |
documentGroups(DocumentGroup... documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary.Builder |
undetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
|
LendingSummary.Builder |
undetectedDocumentTypes(String... undetectedDocumentTypes)
UndetectedDocumentTypes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLendingSummary.Builder documentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
documentGroups - Contains an array of all DocumentGroup objects.LendingSummary.Builder documentGroups(DocumentGroup... documentGroups)
Contains an array of all DocumentGroup objects.
documentGroups - Contains an array of all DocumentGroup objects.LendingSummary.Builder documentGroups(Consumer<DocumentGroup.Builder>... documentGroups)
Contains an array of all DocumentGroup objects.
This is a convenience method that creates an instance of theDocumentGroup.Builder avoiding the need to create one
manually via DocumentGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #documentGroups(List.
documentGroups - a consumer that will call methods on
DocumentGroup.Builder#documentGroups(java.util.Collection) LendingSummary.Builder undetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
undetectedDocumentTypes - UndetectedDocumentTypes.LendingSummary.Builder undetectedDocumentTypes(String... undetectedDocumentTypes)
UndetectedDocumentTypes.
undetectedDocumentTypes - UndetectedDocumentTypes.Copyright © 2023. All rights reserved.