| java.lang.Object | |
| ↳ | com.workday.hr.WorkerEventHistoryGetType |
Utilize the following Reference element (and other optional attributes) to retrieve instances of Worker Events and their associated data.
Java class for Worker_Event_History_GetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Event_History_GetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}Worker_ReferenceType"/>
<element name="Event_Date_Range_Data" type="{urn:com.workday/bsvc}Effective_And_Updated_DateTime_DataType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eventDateRangeData | |||||||||||
| version | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eventDateRangeData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the eventDateRangeData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the eventDateRangeData property.
EffectiveAndUpdatedDateTimeDataType
Gets the value of the version property.
Gets the value of the workerReference property.
WorkerReferenceType
Sets the value of the eventDateRangeData property.
| value | Allowed object is
EffectiveAndUpdatedDateTimeDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerReferenceType
|
|---|

