org.springframework.social.linkedin.api
Class Recommendation
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Recommendation
- All Implemented Interfaces:
- java.io.Serializable
public class Recommendation
- extends LinkedInObject
- implements java.io.Serializable
Recommendation
- Author:
- Robert Drysdale
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recommendation
public Recommendation(java.lang.String id,
java.lang.String recommendationSnippet,
java.lang.String recommendationText,
Recommendation.RecommendationType recommendationType,
LinkedInProfile recommender,
LinkedInProfile recommendee)
getId
public java.lang.String getId()
getRecommendationSnippet
public java.lang.String getRecommendationSnippet()
getRecommendationText
public java.lang.String getRecommendationText()
getRecommendationType
public Recommendation.RecommendationType getRecommendationType()
getRecommender
public LinkedInProfile getRecommender()
getRecommendee
public LinkedInProfile getRecommendee()