| java.lang.Object | |
| ↳ | com.google.code.linkedinapi.schema.impl.CompanyPersonUpdateImpl |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| action | |||||||||||
| newPosition | |||||||||||
| oldPosition | |||||||||||
| person | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the action property.
| |||||||||||
Gets the value of the newPosition property.
| |||||||||||
Gets the value of the oldPosition property.
| |||||||||||
Gets the value of the person property.
| |||||||||||
Sets the value of the action property.
| |||||||||||
Sets the value of the newPosition property.
| |||||||||||
Sets the value of the oldPosition property.
| |||||||||||
Sets the value of the person property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.CompanyPersonUpdate
| |||||||||||
Gets the value of the newPosition property.
NewPosition
Gets the value of the oldPosition property.
OldPosition
Sets the value of the action property.
| value | Allowed object is
Action
|
|---|
Sets the value of the newPosition property.
| value | Allowed object is
NewPosition
|
|---|
Sets the value of the oldPosition property.
| value | Allowed object is
OldPosition
|
|---|
Sets the value of the person property.
| value | Allowed object is
Person
|
|---|