| java.lang.Object | |
| ↳ | com.workday.recruiting.JobRequisitionResponseGroupType |
The response group allows for the response data to be tailored to only included elements that the user is looking for. If no response group is provided in the request then only the following elements will be returned: Reference, Job Requisition Definition Data, and Job Requisition Restrictions Data.
Java class for Job_Requisition_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Requisition_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_Job_Requisition_Definition_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Job_Requisition_Restrictions_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Job_Requisition_Attachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Organizations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeJobRequisitionAttachments | |||||||||||
| includeJobRequisitionDefinitionData | |||||||||||
| includeJobRequisitionRestrictionsData | |||||||||||
| includeOrganizations | |||||||||||
| includeQualifications | |||||||||||
| includeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeJobRequisitionAttachments property.
| |||||||||||
Gets the value of the includeJobRequisitionDefinitionData property.
| |||||||||||
Gets the value of the includeJobRequisitionRestrictionsData property.
| |||||||||||
Gets the value of the includeOrganizations property.
| |||||||||||
Gets the value of the includeQualifications property.
| |||||||||||
Gets the value of the includeReference property.
| |||||||||||
Sets the value of the includeJobRequisitionAttachments property.
| |||||||||||
Sets the value of the includeJobRequisitionDefinitionData property.
| |||||||||||
Sets the value of the includeJobRequisitionRestrictionsData property.
| |||||||||||
Sets the value of the includeOrganizations property.
| |||||||||||
Sets the value of the includeQualifications property.
| |||||||||||
Sets the value of the includeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the includeJobRequisitionAttachments property. This getter has been renamed from isIncludeJobRequisitionAttachments() to getIncludeJobRequisitionAttachments() by cxf-xjc-boolean plugin.
Gets the value of the includeJobRequisitionDefinitionData property. This getter has been renamed from isIncludeJobRequisitionDefinitionData() to getIncludeJobRequisitionDefinitionData() by cxf-xjc-boolean plugin.
Gets the value of the includeJobRequisitionRestrictionsData property. This getter has been renamed from isIncludeJobRequisitionRestrictionsData() to getIncludeJobRequisitionRestrictionsData() by cxf-xjc-boolean plugin.
Gets the value of the includeOrganizations property. This getter has been renamed from isIncludeOrganizations() to getIncludeOrganizations() by cxf-xjc-boolean plugin.
Gets the value of the includeQualifications property. This getter has been renamed from isIncludeQualifications() to getIncludeQualifications() by cxf-xjc-boolean plugin.
Gets the value of the includeReference property. This getter has been renamed from isIncludeReference() to getIncludeReference() by cxf-xjc-boolean plugin.
Sets the value of the includeJobRequisitionAttachments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeJobRequisitionDefinitionData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeJobRequisitionRestrictionsData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeOrganizations property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeQualifications property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReference property.
| value | Allowed object is Boolean |
|---|