com.google.code.linkedinapi.schema
Interface Recommender

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
RecommenderImpl, RecommenderImpl

public interface Recommender
extends SchemaEntity

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="{}picture-url"/>
         <element ref="{}api-standard-profile-request"/>
         <element ref="{}site-standard-profile-request"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ApiStandardProfileRequest getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getHeadline()
          Gets the value of the headline property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getPictureUrl()
          Gets the value of the pictureUrl property.
 SiteStandardProfileRequest getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 void setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setHeadline(java.lang.String value)
          Sets the value of the headline property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setPictureUrl(java.lang.String value)
          Sets the value of the pictureUrl property.
 void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest property.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getFirstName

java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getHeadline

java.lang.String getHeadline()
Gets the value of the headline property.

Returns:
possible object is String

setHeadline

void setHeadline(java.lang.String value)
Sets the value of the headline property.

Parameters:
value - allowed object is String

getPictureUrl

java.lang.String getPictureUrl()
Gets the value of the pictureUrl property.

Returns:
possible object is String

setPictureUrl

void setPictureUrl(java.lang.String value)
Sets the value of the pictureUrl property.

Parameters:
value - allowed object is String

getApiStandardProfileRequest

ApiStandardProfileRequest getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.

Returns:
possible object is ApiStandardProfileRequest

setApiStandardProfileRequest

void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.

Parameters:
value - allowed object is ApiStandardProfileRequest

getSiteStandardProfileRequest

SiteStandardProfileRequest getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.

Returns:
possible object is SiteStandardProfileRequest

setSiteStandardProfileRequest

void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.

Parameters:
value - allowed object is SiteStandardProfileRequest