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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Answer
 java.util.List<Answer> Answers.getAnswerList()
          Gets the value of the answerList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Answer
 class AnswerImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Answer
protected  java.util.List<Answer> AnswersImpl.answerList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Answer
 java.util.List<Answer> AnswersImpl.getAnswerList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Answer
protected  java.util.List<Answer> AnswersImpl.answerList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Answer
 Answer XppElementFactory.createAnswer()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Answer
 java.util.List<Answer> AnswersImpl.getAnswerList()