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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type QuestionCategory
 java.util.List<QuestionCategory> QuestionCategories.getQuestionCategoryList()
          Gets the value of the questionCategoryList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement QuestionCategory
 class QuestionCategoryImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type QuestionCategory
protected  java.util.List<QuestionCategory> QuestionCategoriesImpl.questionCategoryList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type QuestionCategory
 java.util.List<QuestionCategory> QuestionCategoriesImpl.getQuestionCategoryList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type QuestionCategory
protected  java.util.List<QuestionCategory> QuestionCategoriesImpl.questionCategoryList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return QuestionCategory
 QuestionCategory XppElementFactory.createQuestionCategory()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type QuestionCategory
 java.util.List<QuestionCategory> QuestionCategoriesImpl.getQuestionCategoryList()