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

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

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

Methods in com.google.code.linkedinapi.schema that return JobPoster
 JobPoster ObjectFactory.createJobPoster()
          Create an instance of JobPoster
 JobPoster SchemaElementFactory.createJobPoster()
          Create an instance of JobPoster
 JobPoster Job.getJobPoster()
          Gets the value of the jobPoster property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type JobPoster
 void Job.setJobPoster(JobPoster value)
          Sets the value of the jobPoster property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement JobPoster
 class JobPosterImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return JobPoster
 JobPoster JobImpl.getJobPoster()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type JobPoster
 void JobImpl.setJobPoster(JobPoster value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return JobPoster
 JobPoster XppElementFactory.createJobPoster()
           
 JobPoster JobImpl.getJobPoster()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type JobPoster
 void JobImpl.setJobPoster(JobPoster value)