| java.lang.Object | |
| ↳ | workday.com.bsvc.ApplicantResponseGroupType |
Wrapper element containing the list of applicant information to be included in the response.
Java class for Applicant_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_Response_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Include_Reference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Personal_Information" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Recruiting_Information" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Qualification_Profile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Resume" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_External_Integration_ID_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeExternalIntegrationIDData | |||||||||||
| includePersonalInformation | |||||||||||
| includeQualificationProfile | |||||||||||
| includeRecruitingInformation | |||||||||||
| includeReference | |||||||||||
| includeResume | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeExternalIntegrationIDData property.
| |||||||||||
Gets the value of the includePersonalInformation property.
| |||||||||||
Gets the value of the includeQualificationProfile property.
| |||||||||||
Gets the value of the includeRecruitingInformation property.
| |||||||||||
Gets the value of the includeReference property.
| |||||||||||
Gets the value of the includeResume property.
| |||||||||||
Sets the value of the includeExternalIntegrationIDData property.
| |||||||||||
Sets the value of the includePersonalInformation property.
| |||||||||||
Sets the value of the includeQualificationProfile property.
| |||||||||||
Sets the value of the includeRecruitingInformation property.
| |||||||||||
Sets the value of the includeReference property.
| |||||||||||
Sets the value of the includeResume property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the includeExternalIntegrationIDData property.
Gets the value of the includePersonalInformation property.
Gets the value of the includeQualificationProfile property.
Gets the value of the includeRecruitingInformation property.
Gets the value of the includeReference property.
Gets the value of the includeResume property.
Sets the value of the includeExternalIntegrationIDData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includePersonalInformation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeQualificationProfile property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeRecruitingInformation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReference property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeResume property.
| value | Allowed object is Boolean |
|---|

