java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.AuthorImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
apiStandardProfileRequest | |||||||||||
firstName | |||||||||||
headline | |||||||||||
id | |||||||||||
lastName | |||||||||||
relationToViewer | |||||||||||
siteStandardProfileRequest |
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 relationToViewer 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 relationToViewer property.
| |||||||||||
Sets the value of the siteStandardProfileRequest property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Author
|
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 relationToViewer property.
RelationToViewer
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 relationToViewer property.
value | Allowed object is
RelationToViewer
|
---|
Sets the value of the siteStandardProfileRequest property.
value | Allowed object is
SiteStandardProfileRequest
|
---|