ImportJobResponse.Builder |
ImportJobResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that's associated with the import job.
|
static ImportJobResponse.Builder |
ImportJobResponse.builder() |
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.completedPieces(Integer completedPieces) |
The number of pieces that were processed successfully (completed) by the import job, as of the time of the
request.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.completionDate(String completionDate) |
The date, in ISO 8601 format, when the import job was completed.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.creationDate(String creationDate) |
The date, in ISO 8601 format, when the import job was created.
|
default ImportJobResponse.Builder |
ImportJobResponse.Builder.definition(Consumer<ImportJobResource.Builder> definition) |
The resource settings that apply to the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.definition(ImportJobResource definition) |
The resource settings that apply to the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.failedPieces(Integer failedPieces) |
The number of pieces that weren't processed successfully (failed) by the import job, as of the time of the
request.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.failures(String... failures) |
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by
the import job, if any.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.failures(Collection<String> failures) |
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by
the import job, if any.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.id(String id) |
The unique identifier for the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.jobStatus(String jobStatus) |
The status of the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.jobStatus(JobStatus jobStatus) |
The status of the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.toBuilder() |
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.totalFailures(Integer totalFailures) |
The total number of endpoint definitions that weren't processed successfully (failed) by the import job,
typically because an error, such as a syntax error, occurred.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.totalPieces(Integer totalPieces) |
The total number of pieces that must be processed to complete the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.totalProcessed(Integer totalProcessed) |
The total number of endpoint definitions that were processed by the import job.
|
ImportJobResponse.Builder |
ImportJobResponse.Builder.type(String type) |
The job type.
|