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

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

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

Methods in com.google.code.linkedinapi.schema that return Job
 Job ObjectFactory.createJob()
          Create an instance of Job
 Job SchemaElementFactory.createJob()
          Create an instance of Job
 Job UpdateContent.getJob()
          Gets the value of the job property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Job
 void UpdateContent.setJob(Job value)
          Sets the value of the job property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Job
 class JobImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Job
 Job UpdateContentImpl.getJob()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return Job
 Job XppElementFactory.createJob()
           
 Job UpdateContentImpl.getJob()
           
 

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