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

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

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

Methods in com.google.code.linkedinapi.schema that return QuestionCategories
 QuestionCategories ObjectFactory.createQuestionCategories()
          Create an instance of QuestionCategories
 QuestionCategories SchemaElementFactory.createQuestionCategories()
          Create an instance of QuestionCategories
 QuestionCategories Question.getQuestionCategories()
          Gets the value of the questionCategories property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type QuestionCategories
 void Question.setQuestionCategories(QuestionCategories value)
          Sets the value of the questionCategories property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement QuestionCategories
 class QuestionCategoriesImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return QuestionCategories
 QuestionCategories QuestionImpl.getQuestionCategories()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type QuestionCategories
 void QuestionImpl.setQuestionCategories(QuestionCategories value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return QuestionCategories
 QuestionCategories XppElementFactory.createQuestionCategories()
           
 QuestionCategories QuestionImpl.getQuestionCategories()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type QuestionCategories
 void QuestionImpl.setQuestionCategories(QuestionCategories value)