Uses of Class
com.google.code.linkedinapi.schema.RecommendationType

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

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

Methods in com.google.code.linkedinapi.schema that return RecommendationType
static RecommendationType RecommendationType.fromValue(java.lang.String v)
           
 RecommendationType Recommendation.getRecommendationType()
          Gets the value of the recommendationType property.
static RecommendationType RecommendationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecommendationType[] RecommendationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type RecommendationType
 javax.xml.bind.JAXBElement<RecommendationType> ObjectFactory.createRecommendationType(RecommendationType value)
          Create an instance of JAXBElement<RecommendationType>}
 

Methods in com.google.code.linkedinapi.schema with parameters of type RecommendationType
 javax.xml.bind.JAXBElement<RecommendationType> ObjectFactory.createRecommendationType(RecommendationType value)
          Create an instance of JAXBElement<RecommendationType>}
 T SchemaElementFactory.createRecommendationType(RecommendationType value)
          Create an instance of JAXBElement <RecommendationType>}
 void Recommendation.setRecommendationType(RecommendationType value)
          Sets the value of the recommendationType property.
 

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

Fields in com.google.code.linkedinapi.schema.impl declared as RecommendationType
protected  RecommendationType RecommendationImpl.recommendationType
           
 

Methods in com.google.code.linkedinapi.schema.impl that return RecommendationType
 RecommendationType RecommendationImpl.getRecommendationType()
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type RecommendationType
 javax.xml.bind.JAXBElement<RecommendationType> ObjectFactory.createRecommendationType(RecommendationType value)
          Create an instance of JAXBElement<RecommendationType>}
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type RecommendationType
 javax.xml.bind.JAXBElement<RecommendationType> ObjectFactory.createRecommendationType(RecommendationType value)
          Create an instance of JAXBElement<RecommendationType>}
 void RecommendationImpl.setRecommendationType(RecommendationType value)
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp declared as RecommendationType
protected  RecommendationType RecommendationImpl.recommendationType
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return RecommendationType
 RecommendationType RecommendationImpl.getRecommendationType()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type RecommendationType
 java.lang.String XppElementFactory.createRecommendationType(RecommendationType value)
           
 void RecommendationImpl.setRecommendationType(RecommendationType value)