com.google.code.linkedinapi.schema.Recommendee |
Known Indirect Subclasses |
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>
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the apiStandardProfileRequest property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the headline property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the pictureUrl property.
| |||||||||||
Gets the value of the siteStandardProfileRequest property.
| |||||||||||
Sets the value of the apiStandardProfileRequest property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the headline property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the pictureUrl property.
| |||||||||||
Sets the value of the siteStandardProfileRequest property.
|
Gets the value of the apiStandardProfileRequest property.
ApiStandardProfileRequest
Gets the value of the firstName property.
Gets the value of the headline property.
Gets the value of the id property.
Gets the value of the lastName property.
Gets the value of the pictureUrl property.
Gets the value of the siteStandardProfileRequest property.
SiteStandardProfileRequest
Sets the value of the apiStandardProfileRequest property.
value | Allowed object is
ApiStandardProfileRequest
|
---|
Sets the value of the firstName property.
value | Allowed object is String |
---|
Sets the value of the headline property.
value | Allowed object is String |
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the lastName property.
value | Allowed object is String |
---|
Sets the value of the pictureUrl property.
value | Allowed object is String |
---|
Sets the value of the siteStandardProfileRequest property.
value | Allowed object is
SiteStandardProfileRequest
|
---|