Interface TestParsingResponse.Builder

  • Method Details

    • parsedFileContent

      TestParsingResponse.Builder parsedFileContent(String parsedFileContent)

      Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.

      Parameters:
      parsedFileContent - Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parsedSplitFileContents

      TestParsingResponse.Builder parsedSplitFileContents(Collection<String> parsedSplitFileContents)

      Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.

      Parameters:
      parsedSplitFileContents - Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parsedSplitFileContents

      TestParsingResponse.Builder parsedSplitFileContents(String... parsedSplitFileContents)

      Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.

      Parameters:
      parsedSplitFileContents - Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.