Interface InquiryFileContent.Builder

  • Method Details

    • fileSections

      InquiryFileContent.Builder fileSections(Collection<String> fileSections)

      List of file sections/sheets to process.

      Parameters:
      fileSections - List of file sections/sheets to process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSections

      InquiryFileContent.Builder fileSections(String... fileSections)

      List of file sections/sheets to process.

      Parameters:
      fileSections - List of file sections/sheets to process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      Binary content of the uploaded file.

      Parameters:
      content - Binary content of the uploaded file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.