public class

UpdateContentImpl

extends Object
implements UpdateContent Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.UpdateContentImpl

Summary

Constants
long serialVersionUID
Fields
protected CompanyImpl company
protected CompanyJobUpdateImpl companyJobUpdate
protected CompanyPersonUpdateImpl companyPersonUpdate
protected CompanyProfileUpdateImpl companyProfileUpdate
protected JobImpl job
protected PersonImpl person
protected QuestionImpl question
protected UpdateActionImpl updateAction
Public Constructors
UpdateContentImpl()
Public Methods
Company getCompany()
Gets the value of the company property.
CompanyJobUpdate getCompanyJobUpdate()
Gets the value of the companyJobUpdate property.
CompanyPersonUpdate getCompanyPersonUpdate()
Gets the value of the companyPersonUpdate property.
CompanyProfileUpdate getCompanyProfileUpdate()
Gets the value of the companyProfileUpdate property.
Job getJob()
Gets the value of the job property.
Person getPerson()
Gets the value of the person property.
Question getQuestion()
Gets the value of the question property.
UpdateAction getUpdateAction()
Gets the value of the updateAction property.
void setCompany(Company value)
Sets the value of the company property.
void setCompanyJobUpdate(CompanyJobUpdate value)
Sets the value of the companyJobUpdate property.
void setCompanyPersonUpdate(CompanyPersonUpdate value)
Sets the value of the companyPersonUpdate property.
void setCompanyProfileUpdate(CompanyProfileUpdate value)
Sets the value of the companyProfileUpdate property.
void setJob(Job value)
Sets the value of the job property.
void setPerson(Person value)
Sets the value of the person property.
void setQuestion(Question value)
Sets the value of the question property.
void setUpdateAction(UpdateAction value)
Sets the value of the updateAction property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.UpdateContent

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CompanyImpl company

protected CompanyJobUpdateImpl companyJobUpdate

protected CompanyPersonUpdateImpl companyPersonUpdate

protected CompanyProfileUpdateImpl companyProfileUpdate

protected JobImpl job

protected PersonImpl person

protected QuestionImpl question

protected UpdateActionImpl updateAction

Public Constructors

public UpdateContentImpl ()

Public Methods

public Company getCompany ()

Gets the value of the company property.

Returns

public CompanyJobUpdate getCompanyJobUpdate ()

Gets the value of the companyJobUpdate property.

Returns

public CompanyPersonUpdate getCompanyPersonUpdate ()

Gets the value of the companyPersonUpdate property.

Returns

public CompanyProfileUpdate getCompanyProfileUpdate ()

Gets the value of the companyProfileUpdate property.

Returns

public Job getJob ()

Gets the value of the job property.

Returns
  • possible object is Job

public Person getPerson ()

Gets the value of the person property.

Returns

public Question getQuestion ()

Gets the value of the question property.

Returns

public UpdateAction getUpdateAction ()

Gets the value of the updateAction property.

Returns

public void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public void setCompanyJobUpdate (CompanyJobUpdate value)

Sets the value of the companyJobUpdate property.

Parameters
value Allowed object is CompanyJobUpdate

public void setCompanyPersonUpdate (CompanyPersonUpdate value)

Sets the value of the companyPersonUpdate property.

Parameters
value Allowed object is CompanyPersonUpdate

public void setCompanyProfileUpdate (CompanyProfileUpdate value)

Sets the value of the companyProfileUpdate property.

Parameters
value Allowed object is CompanyProfileUpdate

public void setJob (Job value)

Sets the value of the job property.

Parameters
value Allowed object is Job

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person

public void setQuestion (Question value)

Sets the value of the question property.

Parameters
value Allowed object is Question

public void setUpdateAction (UpdateAction value)

Sets the value of the updateAction property.

Parameters
value Allowed object is UpdateAction