java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.PositionImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
company | |||||||||||
endDate | |||||||||||
id | |||||||||||
isCurrent | |||||||||||
startDate | |||||||||||
summary | |||||||||||
title |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the company property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the isCurrent property.
| |||||||||||
Sets the value of the company property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the isCurrent property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the summary property.
| |||||||||||
Sets the value of the title property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Position
|
Gets the value of the company property.
Company
Gets the value of the endDate property.
EndDate
Gets the value of the id property.
Gets the value of the startDate property.
StartDate
Gets the value of the summary property.
Gets the value of the title property.
Gets the value of the isCurrent property.
Sets the value of the company property.
value | Allowed object is
Company
|
---|
Sets the value of the endDate property.
value | Allowed object is
EndDate
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the isCurrent property.
value | Allowed object is Boolean |
---|
Sets the value of the startDate property.
value | Allowed object is
StartDate
|
---|
Sets the value of the summary property.
value | Allowed object is String |
---|
Sets the value of the title property.
value | Allowed object is String |
---|