Package com.veeva.vault.sdk.api.job
Interface JobCancelResponse
public interface JobCancelResponse
Represents a successful attempt to cancel a job.
-
Method Summary
-
Method Details
-
getJobId
String getJobId()Retrieves the ID of the cancelled job instance.- Returns:
- the ID of the cancelled job instance
-