Package com.veeva.vault.sdk.api.job
Interface JobCancelRequest
public interface JobCancelRequest
Represents a job cancellation request which can be submitted through
JobService.cancel(JobCancelRequest).
Build an instance of this request using JobService.newCancelJobRequestBuilder().
Once built, submit it via JobService.cancel(JobCancelRequest),
which returns a JobCancelOperation to handle the result.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCreates a new instance ofJobCancelRequest.