T
- public class NoteScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
NoteScheduledTaskHelper(SubscriptionEvent event) |
Modifier and Type | Method and Description |
---|---|
com.bullhornsdk.data.model.entity.core.standard.CorporateUser |
getCommentingUser()
Gets the CorporateUser that added the note, if commentingUser == null then makes api call, otherwise returns
commentingUser instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.JobOrder |
getJob()
Gets the JoOrder for the note, if job == null then makes api call, otherwise returns job instance
variable.
|
com.bullhornsdk.data.model.entity.core.standard.Note |
getNote() |
void |
setCommentingUser(com.bullhornsdk.data.model.entity.core.standard.CorporateUser commentingUser) |
void |
setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job) |
void |
setNote(com.bullhornsdk.data.model.entity.core.standard.Note note) |
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, setUpdatingUser
public NoteScheduledTaskHelper(SubscriptionEvent event)
public com.bullhornsdk.data.model.entity.core.standard.Note getNote()
public void setNote(com.bullhornsdk.data.model.entity.core.standard.Note note)
public com.bullhornsdk.data.model.entity.core.standard.JobOrder getJob()
public void setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job)
public com.bullhornsdk.data.model.entity.core.standard.CorporateUser getCommentingUser()
public void setCommentingUser(com.bullhornsdk.data.model.entity.core.standard.CorporateUser commentingUser)
public java.lang.String toString()
toString
in class AbstractScheduledTaskHelper