public class ImportResponseBuilder
extends java.lang.Object
Builds an ImportResponse for each import
in a submitted batch.| Constructor and Description |
|---|
ImportResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ImportResponse[] |
build(ImportBatch submitted)
Builds an
ImportResponse for each import request found in the
given batch. |
public ImportResponse[] build(ImportBatch submitted)
ImportResponse for each import request found in the
given batch.submitted - the batch containing the import requests that were
submitted to the underlying import service.java.lang.NullPointerException - if the argument is null.