BulkValidationApi class

Constructors

BulkValidationApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelJob(String jobId) Future<JobResponse?>
Cancel a job
cancelJobWithHttpInfo(String jobId) Future<Response>
Cancel a job
createJob(CreateJobRequest createJobRequest) Future<JobResponse?>
Create bulk validation job (JSON)
createJobFromS3(CreateJobFromS3Request createJobFromS3Request) Future<JobResponse?>
Create job from S3 upload
createJobFromS3WithHttpInfo(CreateJobFromS3Request createJobFromS3Request) Future<Response>
Create job from S3 upload
createJobUpload(MultipartFile file, {bool? dedup, String? metadata}) Future<JobResponse?>
Create bulk validation job (file upload)
createJobUploadWithHttpInfo(MultipartFile file, {bool? dedup, String? metadata}) Future<Response>
Create bulk validation job (file upload)
createJobWithHttpInfo(CreateJobRequest createJobRequest) Future<Response>
Create bulk validation job (JSON)
deleteJob(String jobId) Future<DeleteJob200Response?>
Delete a job
deleteJobWithHttpInfo(String jobId) Future<Response>
Delete a job
getJob(String jobId) Future<JobResponse?>
Get job status
getJobResults(String jobId, {String? format, String? filter, int? page, int? perPage}) Future<ResultsResponse?>
Get job results
getJobResultsWithHttpInfo(String jobId, {String? format, String? filter, int? page, int? perPage}) Future<Response>
Get job results
getJobWithHttpInfo(String jobId) Future<Response>
Get job status
getPresignedUpload(GetPresignedUploadRequest getPresignedUploadRequest) Future<PresignedUploadResponse?>
Get S3 presigned upload URL
getPresignedUploadWithHttpInfo(GetPresignedUploadRequest getPresignedUploadRequest) Future<Response>
Get S3 presigned upload URL
listJobs({int? page, int? perPage, String? status}) Future<JobListResponse?>
List validation jobs
listJobsWithHttpInfo({int? page, int? perPage, String? status}) Future<Response>
List validation jobs
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited