| java.lang.Object | |
| ↳ | com.workday.talent.EditJobInterestsDataType |
Contains the employee reference and job interests for that employee.
Java class for Edit_Job_Interests_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Job_Interests_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Job_Interests_Data" type="{urn:com.workday/bsvc}Job_Interests_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| jobInterestsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the jobInterestsData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the jobInterestsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the jobInterestsData property.
JobInterestsDataType
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the jobInterestsData property.
| value | Allowed object is
JobInterestsDataType
|
|---|