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

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

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

Methods in com.google.code.linkedinapi.schema that return Question
 Question ObjectFactory.createQuestion()
          Create an instance of Question
 Question SchemaElementFactory.createQuestion()
          Create an instance of Question
 Question UpdateContent.getQuestion()
          Gets the value of the question property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Question
 void UpdateContent.setQuestion(Question value)
          Sets the value of the question property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Question
 class QuestionImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Question
 Question UpdateContentImpl.getQuestion()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Question
 void UpdateContentImpl.setQuestion(Question value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Question
 Question XppElementFactory.createQuestion()
           
 Question UpdateContentImpl.getQuestion()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Question
 void UpdateContentImpl.setQuestion(Question value)