java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.RecommendeeImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
apiStandardProfileRequest | |||||||||||
firstName | |||||||||||
headline | |||||||||||
id | |||||||||||
lastName | |||||||||||
pictureUrl | |||||||||||
siteStandardProfileRequest |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
Inits the.
| |||||||||||
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.
| |||||||||||
To xml.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Recommendee
|
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
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
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
|
---|
To xml.
serializer | The document |
---|
IOException |
---|