Uses of Interface
com.google.code.linkedinapi.schema.Recommendation

Packages that use Recommendation
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of Recommendation in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return Recommendation
 Recommendation ObjectFactory.createRecommendation()
          Create an instance of Recommendation
 Recommendation SchemaElementFactory.createRecommendation()
          Create an instance of Recommendation
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Recommendation
 java.util.List<Recommendation> RecommendationsGiven.getRecommendationList()
          Gets the value of the recommendationList property.
 java.util.List<Recommendation> RecommendationsReceived.getRecommendationList()
          Gets the value of the recommendationList property.
 

Uses of Recommendation in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement Recommendation
 class RecommendationImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Recommendation
protected  java.util.List<Recommendation> RecommendationsReceivedImpl.recommendationList
           
protected  java.util.List<Recommendation> RecommendationsGivenImpl.recommendationList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Recommendation
 java.util.List<Recommendation> RecommendationsReceivedImpl.getRecommendationList()
           
 java.util.List<Recommendation> RecommendationsGivenImpl.getRecommendationList()
           
 

Uses of Recommendation in com.google.code.linkedinapi.schema.xpp
 

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Recommendation
protected  java.util.List<Recommendation> RecommendationsReceivedImpl.recommendationList
           
protected  java.util.List<Recommendation> RecommendationsGivenImpl.recommendationList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Recommendation
 Recommendation XppElementFactory.createRecommendation()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Recommendation
 java.util.List<Recommendation> RecommendationsReceivedImpl.getRecommendationList()
           
 java.util.List<Recommendation> RecommendationsGivenImpl.getRecommendationList()