T - public class CandidateScheduledTaskHelper extends AbstractScheduledTaskHelper
| Constructor and Description |
|---|
CandidateScheduledTaskHelper(SubscriptionEvent event) |
CandidateScheduledTaskHelper(SubscriptionEvent event,
com.bullhornsdk.data.api.BullhornData bullhornData) |
| Modifier and Type | Method and Description |
|---|---|
com.bullhornsdk.data.model.entity.core.standard.Candidate |
getCandidate()
Gets the Candidate for the event, if candidate == null then makes api call, otherwise returns candidate
instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.CorporateUser |
getCandidateOwner()
Gets the CorporateUser candidate owner for the Candidate , if candidateOwner == null then makes api call,
otherwise returns candidateOwner instance variable.
|
void |
setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate) |
void |
setCandidateOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser candidateOwner) |
java.lang.String |
toString() |
fieldWasUpdated, findAppointment, findCandidate, findCandidateEducation, findCandidateReference, findCandidateWorkHistory, findClientContact, findClientCorporation, findCorporateUser, findJobOrder, findJobSubmission, findNote, findPlacement, findPlacementChangeRequest, findPlacementCommission, findSendout, findTask, findUserType, getAllEntitiesToSave, getBullhornData, getEvent, getOneEntityToSave, getUpdatingUser, setUpdatingUserpublic CandidateScheduledTaskHelper(SubscriptionEvent event)
public CandidateScheduledTaskHelper(SubscriptionEvent event, com.bullhornsdk.data.api.BullhornData bullhornData)
public com.bullhornsdk.data.model.entity.core.standard.Candidate getCandidate()
public void setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate)
public com.bullhornsdk.data.model.entity.core.standard.CorporateUser getCandidateOwner()
public void setCandidateOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser candidateOwner)
public java.lang.String toString()
toString in class AbstractScheduledTaskHelper