| java.lang.Object | |
| ↳ | com.workday.recruiting.ApplicantFindType |
Utilize the following criteria options to search for Applicants within the Workday system. The Applicant references that are returned are those that satisfy ALL criteria included in the request. Therefore, the result set will become more limited with every criterium that is populated.
Java class for Applicant_FindType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_FindType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfMoment | |||||||||||
| emailAddress | |||||||||||
| employeeID | |||||||||||
| name | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the emailAddress property.
| |||||||||||
Gets the value of the employeeID property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the emailAddress property.
| |||||||||||
Sets the value of the employeeID property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the asOfMoment property.
Gets the value of the emailAddress property.
Gets the value of the employeeID property.
Gets the value of the name property.
Gets the value of the version property.
Sets the value of the asOfMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the emailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the employeeID property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|