org.springframework.social.linkedin.api
Class JobBookmark
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.JobBookmark
- All Implemented Interfaces:
- Serializable
public class JobBookmark
- extends LinkedInObject
- implements Serializable
Model class representing a job bookmark.
- See Also:
- Serialized Form
|
Constructor Summary |
JobBookmark(boolean isApplied,
boolean isSaved,
Job job,
Date savedTimestamp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobBookmark
public JobBookmark(boolean isApplied,
boolean isSaved,
Job job,
Date savedTimestamp)
isApplied
public boolean isApplied()
isSaved
public boolean isSaved()
getJob
public Job getJob()
getSavedTimestamp
public Date getSavedTimestamp()