Interface LendingSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LendingSummary.Builder,LendingSummary>, SdkBuilder<LendingSummary.Builder,LendingSummary>, SdkPojo
Enclosing class:
LendingSummary

public static interface LendingSummary.Builder extends SdkPojo, CopyableBuilder<LendingSummary.Builder,LendingSummary>
  • Method Details

    • documentGroups

      LendingSummary.Builder documentGroups(Collection<DocumentGroup> documentGroups)

      Contains an array of all DocumentGroup objects.

      Parameters:
      documentGroups - Contains an array of all DocumentGroup objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentGroups

      LendingSummary.Builder documentGroups(DocumentGroup... documentGroups)

      Contains an array of all DocumentGroup objects.

      Parameters:
      documentGroups - Contains an array of all DocumentGroup objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentGroups

      LendingSummary.Builder documentGroups(Consumer<DocumentGroup.Builder>... documentGroups)

      Contains an array of all DocumentGroup objects.

      This is a convenience method that creates an instance of the DocumentGroup.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<DocumentGroup>).

      Parameters:
      documentGroups - a consumer that will call methods on DocumentGroup.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • undetectedDocumentTypes

      LendingSummary.Builder undetectedDocumentTypes(Collection<String> undetectedDocumentTypes)

      UndetectedDocumentTypes.

      Parameters:
      undetectedDocumentTypes - UndetectedDocumentTypes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • undetectedDocumentTypes

      LendingSummary.Builder undetectedDocumentTypes(String... undetectedDocumentTypes)

      UndetectedDocumentTypes.

      Parameters:
      undetectedDocumentTypes - UndetectedDocumentTypes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.