| java.lang.Object | |
| ↳ | com.workday.hr.PutPreviousSystemJobHistoryRequestType |
Contains the Data for adding, updating or deleting a previous system job history entry for a worker.
Java class for Put_Previous_System_Job_History_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Previous_System_Job_History_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Previous_System_Job_History_Data" type="{urn:com.workday/bsvc}Previous_System_Job_HistoryType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| previousSystemJobHistoryData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the previousSystemJobHistoryData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the previousSystemJobHistoryData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the previousSystemJobHistoryData property.
PreviousSystemJobHistoryType
Gets the value of the version property.
Sets the value of the previousSystemJobHistoryData property.
| value | Allowed object is
PreviousSystemJobHistoryType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

