public interface

CompanyJobUpdate

implements SchemaEntity
com.google.code.linkedinapi.schema.CompanyJobUpdate
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}job"/>
         <element ref="{}action"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Action getAction()
Gets the value of the action property.
abstract Job getJob()
Gets the value of the job property.
abstract void setAction(Action value)
Sets the value of the action property.
abstract void setJob(Job value)
Sets the value of the job property.

Public Methods

public abstract Action getAction ()

Gets the value of the action property.

Returns

public abstract Job getJob ()

Gets the value of the job property.

Returns
  • possible object is Job

public abstract void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public abstract void setJob (Job value)

Sets the value of the job property.

Parameters
value Allowed object is Job