Interface ResultsSummary.Builder

  • Method Details

    • updatedRecords

      ResultsSummary.Builder updatedRecords(Long updatedRecords)

      The number of records that were updated during the upload job.

      Parameters:
      updatedRecords - The number of records that were updated during the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdRecords

      ResultsSummary.Builder createdRecords(Long createdRecords)

      The number of records that were newly created during the upload job.

      Parameters:
      createdRecords - The number of records that were newly created during the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedRecords

      ResultsSummary.Builder failedRecords(Long failedRecords)

      The number of records that failed to be processed during the upload job.

      Parameters:
      failedRecords - The number of records that failed to be processed during the upload job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.