public class

CompanyJobUpdateImpl

extends Object
implements CompanyJobUpdate Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.CompanyJobUpdateImpl

Summary

Constants
long serialVersionUID
Fields
protected ActionImpl action
protected JobImpl job
Public Constructors
CompanyJobUpdateImpl()
Public Methods
Action getAction()
Gets the value of the action property.
Job getJob()
Gets the value of the job property.
void setAction(Action value)
Sets the value of the action property.
void setJob(Job value)
Sets the value of the job property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.CompanyJobUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected JobImpl job

Public Constructors

public CompanyJobUpdateImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public Job getJob ()

Gets the value of the job property.

Returns
  • possible object is Job

public void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public void setJob (Job value)

Sets the value of the job property.

Parameters
value Allowed object is Job