Package com.veeva.vault.sdk.api.job
Interface JobOwner
public interface JobOwner
Contains information about a job's owner.
-
Method Details
-
getId
String getId()Retrieves the ID of the job owner.- Returns:
- the ID of the job owner
-
getType
JobOwnerType getType()Retrieves the type of the job owner (either user or group). For example,JobOwnerType.USER
.- Returns:
- the JobOwnerType
-