| java.lang.Object | |
| ↳ | com.workday.talent.EditCareerPreferencesDataType |
Contains the employees career preference.
Java class for Edit_Career_Preferences_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Career_Preferences_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Career_Preferences_Data" type="{urn:com.workday/bsvc}Career_Preferences_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| careerPreferencesData | |||||||||||
| employeeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the careerPreferencesData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Sets the value of the careerPreferencesData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the careerPreferencesData property.
CareerPreferencesDataType
Gets the value of the employeeReference property.
EmployeeObjectType
Sets the value of the careerPreferencesData property.
| value | Allowed object is
CareerPreferencesDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|