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

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

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

Methods in com.google.code.linkedinapi.schema that return RecommendationsGiven
 RecommendationsGiven ObjectFactory.createRecommendationsGiven()
          Create an instance of RecommendationsGiven
 RecommendationsGiven SchemaElementFactory.createRecommendationsGiven()
          Create an instance of RecommendationsGiven
 RecommendationsGiven Person.getRecommendationsGiven()
          Gets the value of the recommendationsGiven property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type RecommendationsGiven
 void Person.setRecommendationsGiven(RecommendationsGiven value)
          Sets the value of the recommendationsGiven property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement RecommendationsGiven
 class RecommendationsGivenImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return RecommendationsGiven
 RecommendationsGiven PersonImpl.getRecommendationsGiven()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type RecommendationsGiven
 void PersonImpl.setRecommendationsGiven(RecommendationsGiven value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return RecommendationsGiven
 RecommendationsGiven XppElementFactory.createRecommendationsGiven()
           
 RecommendationsGiven PersonImpl.getRecommendationsGiven()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type RecommendationsGiven
 void PersonImpl.setRecommendationsGiven(RecommendationsGiven value)