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