public interface

JobPoster

implements SchemaEntity
com.google.code.linkedinapi.schema.JobPoster
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="{}id"/>
         <element ref="{}first-name"/>
         <element ref="{}last-name"/>
         <element ref="{}headline"/>
         <element ref="{}api-standard-profile-request"/>
         <element ref="{}site-standard-profile-request"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract ApiStandardProfileRequest getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.
abstract String getFirstName()
Gets the value of the firstName property.
abstract String getHeadline()
Gets the value of the headline property.
abstract String getId()
Gets the value of the id property.
abstract String getLastName()
Gets the value of the lastName property.
abstract SiteStandardProfileRequest getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.
abstract void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.
abstract void setFirstName(String value)
Sets the value of the firstName property.
abstract void setHeadline(String value)
Sets the value of the headline property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setLastName(String value)
Sets the value of the lastName property.
abstract void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.

Public Methods

public abstract ApiStandardProfileRequest getApiStandardProfileRequest ()

Gets the value of the apiStandardProfileRequest property.

Returns

public abstract String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public abstract String getHeadline ()

Gets the value of the headline property.

Returns
  • possible object is String

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public abstract SiteStandardProfileRequest getSiteStandardProfileRequest ()

Gets the value of the siteStandardProfileRequest property.

Returns

public abstract void setApiStandardProfileRequest (ApiStandardProfileRequest value)

Sets the value of the apiStandardProfileRequest property.

Parameters
value Allowed object is ApiStandardProfileRequest

public abstract void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public abstract void setHeadline (String value)

Sets the value of the headline property.

Parameters
value Allowed object is String

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public abstract void setSiteStandardProfileRequest (SiteStandardProfileRequest value)

Sets the value of the siteStandardProfileRequest property.

Parameters
value Allowed object is SiteStandardProfileRequest