org.springframework.social.linkedin.api
Class Recommendation

java.lang.Object
  extended by org.springframework.social.linkedin.api.Recommendation
All Implemented Interfaces:
java.io.Serializable

public class Recommendation
extends java.lang.Object
implements java.io.Serializable

Recommendation

See Also:
Serialized Form

Nested Class Summary
static class Recommendation.RecommendationType
           
 
Constructor Summary
Recommendation(java.lang.String id, java.lang.String recommendationSnippet, java.lang.String recommendationText, Recommendation.RecommendationType recommendationType, LinkedInProfile recommender, LinkedInProfile recommendee)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getRecommendationSnippet()
           
 java.lang.String getRecommendationText()
           
 Recommendation.RecommendationType getRecommendationType()
           
 LinkedInProfile getRecommendee()
           
 LinkedInProfile getRecommender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recommendation

public Recommendation(java.lang.String id,
                      java.lang.String recommendationSnippet,
                      java.lang.String recommendationText,
                      Recommendation.RecommendationType recommendationType,
                      LinkedInProfile recommender,
                      LinkedInProfile recommendee)
Method Detail

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()