Package com.veeva.vault.sdk.api.job
Interface JobQueueRequest
public interface JobQueueRequest
Represents a request to queue a job for asynchronous execution.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder interface for creating aJobQueueRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the job to be queued.
-
Method Details
-
getJobName
String getJobName()Retrieves the name of the job to be queued.- Returns:
- the job name
-