| java.lang.Object | |
| ↳ | com.workday.hr.JobClassificationGroupFindType |
Utilize the following criteria options to search for Job Classification Groups within the Workday system.
Java class for Job_Classification_Group_FindType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Classification_Group_FindType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="As_Of_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the asOfDate property.
Gets the value of the version property.
Sets the value of the asOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

