public interface

UpdateContent

implements SchemaEntity
com.google.code.linkedinapi.schema.UpdateContent
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="{}person" minOccurs="0"/>
         <element ref="{}update-action" minOccurs="0"/>
         <element ref="{}job" minOccurs="0"/>
         <element ref="{}question" minOccurs="0"/>
         <element ref="{}company" minOccurs="0"/>
         <element ref="{}company-job-update" minOccurs="0"/>
         <element ref="{}company-person-update" minOccurs="0"/>
         <element ref="{}company-profile-update" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Company getCompany()
Gets the value of the company property.
abstract CompanyJobUpdate getCompanyJobUpdate()
Gets the value of the companyJobUpdate property.
abstract CompanyPersonUpdate getCompanyPersonUpdate()
Gets the value of the companyPersonUpdate property.
abstract CompanyProfileUpdate getCompanyProfileUpdate()
Gets the value of the companyProfileUpdate property.
abstract Job getJob()
Gets the value of the job property.
abstract Person getPerson()
Gets the value of the person property.
abstract Question getQuestion()
Gets the value of the question property.
abstract UpdateAction getUpdateAction()
Gets the value of the updateAction property.
abstract void setCompany(Company value)
Sets the value of the company property.
abstract void setCompanyJobUpdate(CompanyJobUpdate value)
Sets the value of the companyJobUpdate property.
abstract void setCompanyPersonUpdate(CompanyPersonUpdate value)
Sets the value of the companyPersonUpdate property.
abstract void setCompanyProfileUpdate(CompanyProfileUpdate value)
Sets the value of the companyProfileUpdate property.
abstract void setJob(Job value)
Sets the value of the job property.
abstract void setPerson(Person value)
Sets the value of the person property.
abstract void setQuestion(Question value)
Sets the value of the question property.
abstract void setUpdateAction(UpdateAction value)
Sets the value of the updateAction property.

Public Methods

public abstract Company getCompany ()

Gets the value of the company property.

Returns

public abstract CompanyJobUpdate getCompanyJobUpdate ()

Gets the value of the companyJobUpdate property.

Returns

public abstract CompanyPersonUpdate getCompanyPersonUpdate ()

Gets the value of the companyPersonUpdate property.

Returns

public abstract CompanyProfileUpdate getCompanyProfileUpdate ()

Gets the value of the companyProfileUpdate property.

Returns

public abstract Job getJob ()

Gets the value of the job property.

Returns
  • possible object is Job

public abstract Person getPerson ()

Gets the value of the person property.

Returns

public abstract Question getQuestion ()

Gets the value of the question property.

Returns

public abstract UpdateAction getUpdateAction ()

Gets the value of the updateAction property.

Returns

public abstract void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public abstract void setCompanyJobUpdate (CompanyJobUpdate value)

Sets the value of the companyJobUpdate property.

Parameters
value Allowed object is CompanyJobUpdate

public abstract void setCompanyPersonUpdate (CompanyPersonUpdate value)

Sets the value of the companyPersonUpdate property.

Parameters
value Allowed object is CompanyPersonUpdate

public abstract void setCompanyProfileUpdate (CompanyProfileUpdate value)

Sets the value of the companyProfileUpdate property.

Parameters
value Allowed object is CompanyProfileUpdate

public abstract void setJob (Job value)

Sets the value of the job property.

Parameters
value Allowed object is Job

public abstract void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person

public abstract void setQuestion (Question value)

Sets the value of the question property.

Parameters
value Allowed object is Question

public abstract void setUpdateAction (UpdateAction value)

Sets the value of the updateAction property.

Parameters
value Allowed object is UpdateAction