Interface JobInputSupplier


public interface JobInputSupplier
An object returned by Job.init(com.veeva.vault.sdk.api.job.JobInitContext) which allows the job to be chunked and processed correctly.

Developers do not implement this interface directly; instead, they obtain instances via JobInitContext.newJobInput(String) or JobInitContext.newJobInput(java.util.List).