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

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

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

Methods in com.google.code.linkedinapi.schema that return Author
 Author ObjectFactory.createAuthor()
          Create an instance of Author
 Author SchemaElementFactory.createAuthor()
          Create an instance of Author
 Author Answer.getAuthor()
          Gets the value of the author property.
 Author CurrentShare.getAuthor()
          Gets the value of the author property.
 Author Question.getAuthor()
          Gets the value of the author property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Author
 void Answer.setAuthor(Author value)
          Sets the value of the author property.
 void CurrentShare.setAuthor(Author value)
          Sets the value of the author property.
 void Question.setAuthor(Author value)
          Sets the value of the author property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Author
 class AuthorImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Author
 Author QuestionImpl.getAuthor()
           
 Author CurrentShareImpl.getAuthor()
           
 Author AnswerImpl.getAuthor()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Author
 void QuestionImpl.setAuthor(Author value)
           
 void CurrentShareImpl.setAuthor(Author value)
           
 void AnswerImpl.setAuthor(Author value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Author
 Author XppElementFactory.createAuthor()
           
 Author QuestionImpl.getAuthor()
           
 Author CurrentShareImpl.getAuthor()
           
 Author AnswerImpl.getAuthor()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Author
 void QuestionImpl.setAuthor(Author value)
           
 void CurrentShareImpl.setAuthor(Author value)
           
 void AnswerImpl.setAuthor(Author value)